body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, figure, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

button, input, textarea, select {
	font: inherit;
}

button {
	background: none;
	border: 0;
	cursor: pointer;
}

ol, ul {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	display: block;
}

* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
}

body {
	min-width: 320px;
	color: #1f1711;
	background-color: rgb(255, 255, 255);
	font-family: "Noto Serif TC", serif;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0;
	-webkit-text-size-adjust: 100%;
}

body.is-menu-open {
	overflow: hidden;
}

main {
	padding-top: 149px;
}

.visually-hidden {
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	position: absolute;
	white-space: nowrap;
	border: 0;
}

@media (max-width: 1024px) {
	main {
		padding-top: 80px;
	}
}
@media (max-width: 640px) {
	main {
		padding-top: 68px;
	}
}
.header {
	width: 100%;
	height: 149px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	color: #ffe3aa;
	background-image: url("../images/header-bg.jpg");
	background-size: cover;
	background-position: center top;
	-webkit-transition: height 0.28s ease, -webkit-box-shadow 0.28s ease;
	transition: height 0.28s ease, -webkit-box-shadow 0.28s ease;
	transition: height 0.28s ease, box-shadow 0.28s ease;
	transition: height 0.28s ease, box-shadow 0.28s ease, -webkit-box-shadow 0.28s ease;
}

.header__brand {
	height: 89px;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	-webkit-transition: height 0.28s ease, -webkit-box-pack 0.28s ease;
	transition: height 0.28s ease, -webkit-box-pack 0.28s ease;
	transition: height 0.28s ease, justify-content 0.28s ease;
	transition: height 0.28s ease, justify-content 0.28s ease, -webkit-box-pack 0.28s ease, -ms-flex-pack 0.28s ease;
}

.header__logo {
	width: 270px;
	display: block;
	-webkit-transition: width 0.28s ease;
	transition: width 0.28s ease;
}
.header__logo img {
	width: 100%;
}

.header__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 18px;
	position: absolute;
	right: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.header__icon {
	min-width: 24px;
	height: 26px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: rgb(255, 255, 255);
	font-size: 18px;
	position: relative;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
.header__icon:hover {
	color: #ffe3aa;
}

.header__cart {
	width: auto;
	gap: 9px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.header__language {
	position: relative;
}

.header__language-toggle {
	border: 0;
	padding: 0;
	background: transparent;
	cursor: pointer;
}

.header__language-list {
	min-width: 128px;
	padding: 10px;
	border: 1px solid rgba(255, 227, 170, 0.45);
	border-radius: 12px;
	display: grid;
	gap: 4px;
	background-color: rgba(101, 5, 6, 0.96);
	-webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 12px);
	right: 50%;
	-webkit-transform: translate(50%, -6px);
	    -ms-transform: translate(50%, -6px);
	        transform: translate(50%, -6px);
	-webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
	transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
	transition: opacity 0.2s ease, transform 0.2s ease;
	transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.header__language-list a {
	padding: 9px 12px;
	border-radius: 8px;
	color: rgb(255, 255, 255);
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}
.header__language-list a:hover {
	color: #650506;
	background-color: #ffe3aa;
}

.header__language.is-open .header__language-list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translate(50%, 0);
	    -ms-transform: translate(50%, 0);
	        transform: translate(50%, 0);
}

.header__badge {
	min-width: 22px;
	height: 24px;
	padding: 0 5px;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #a90b11;
	background-color: rgb(255, 255, 255);
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	position: static;
}

.header__nav {
	height: 60px;
	padding: 0 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: clamp(32px, 5vw, 82px);
	color: #650506;
	background-image: url("../images/nav-bg.jpg");
	background-repeat: repeat;
	background-color: #f8edcf;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.45);
	        box-shadow: inset 0 1px rgba(255, 255, 255, 0.45);
	-webkit-transition: height 0.28s ease, background-color 0.28s ease, color 0.28s ease, -webkit-box-shadow 0.28s ease;
	transition: height 0.28s ease, background-color 0.28s ease, color 0.28s ease, -webkit-box-shadow 0.28s ease;
	transition: height 0.28s ease, background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
	transition: height 0.28s ease, background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease, -webkit-box-shadow 0.28s ease;
}
.header__nav a {
	padding: 8px 0;
	font-size: 20px;
	line-height: 1;
	position: relative;
	white-space: nowrap;
}
.header__nav a::after {
	content: "";
	width: 0;
	height: 2px;
	margin: 0 auto;
	background-color: currentColor;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	-webkit-transition: width 0.25s ease;
	transition: width 0.25s ease;
}
.header__nav a:hover::after {
	width: 100%;
}

.header__hamburger {
	width: 44px;
	height: 44px;
	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 6px;
	color: #ffe3aa;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.header__hamburger span {
	width: 24px;
	height: 2px;
	display: block;
	background-color: currentColor;
	-webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
	transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
	transition: transform 0.25s ease, opacity 0.25s ease;
	transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}

.header--fixed {
	height: 90px;
	-webkit-box-shadow: 0 6px 18px rgba(50, 0, 0, 0.28);
	        box-shadow: 0 6px 18px rgba(50, 0, 0, 0.28);
}
.header--fixed .header__brand {
	height: 90px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.header--fixed .header__logo {
	width: 270px;
}
.header--fixed .header__nav {
	height: 90px;
	padding-left: 340px;
	padding-right: 132px;
	gap: clamp(26px, 3vw, 68px);
	color: rgb(255, 255, 255);
	background-image: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
	position: absolute;
	inset: 0;
	pointer-events: none;
}
.header--fixed .header__nav a {
	pointer-events: auto;
	font-size: 19px;
}

@media (max-width: 1280px) {
	.header__nav {
		gap: 36px;
	}
	.header__nav a {
		font-size: 18px;
	}
	.header--fixed .header__nav {
		padding-left: 315px;
		gap: 28px;
	}
	.header--fixed .header__nav a {
		font-size: 17px;
	}
}
@media (max-width: 1024px) {
	.header {
		height: 80px;
		background-position: center top;
	}
	.header__brand {
		height: 80px;
		padding: 0 74px 0 20px;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.header__logo {
		width: 220px;
	}
	.header__actions {
		right: 76px;
		gap: 12px;
	}
	.header__nav {
		width: min(340px, 82vw);
		height: calc(100vh - 80px);
		padding: 24px 28px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		gap: 0;
		color: #650506;
		background-image: url("../images/nav-bg.jpg");
		background-repeat: repeat;
		background-color: #f8edcf;
		-webkit-box-shadow: -12px 18px 30px rgba(54, 0, 0, 0.24);
		        box-shadow: -12px 18px 30px rgba(54, 0, 0, 0.24);
		position: fixed;
		top: 80px;
		right: 0;
		-webkit-transform: translateX(102%);
		    -ms-transform: translateX(102%);
		        transform: translateX(102%);
		-webkit-transition: -webkit-transform 0.28s ease;
		transition: -webkit-transform 0.28s ease;
		transition: transform 0.28s ease;
		transition: transform 0.28s ease, -webkit-transform 0.28s ease;
	}
	.header__nav a {
		padding: 20px 0;
		border-bottom: 1px solid rgba(101, 5, 6, 0.18);
		font-size: 20px;
		line-height: 1.2;
	}
	.header__nav a::after {
		display: none;
	}
	.header__nav.is-open {
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
	}
	.header__hamburger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header__hamburger.is-open span:nth-child(1) {
		-webkit-transform: translateY(8px) rotate(45deg);
		    -ms-transform: translateY(8px) rotate(45deg);
		        transform: translateY(8px) rotate(45deg);
	}
	.header__hamburger.is-open span:nth-child(2) {
		opacity: 0;
	}
	.header__hamburger.is-open span:nth-child(3) {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		    -ms-transform: translateY(-8px) rotate(-45deg);
		        transform: translateY(-8px) rotate(-45deg);
	}
	.header--fixed {
		height: 80px;
	}
	.header--fixed .header__brand {
		height: 80px;
	}
	.header--fixed .header__logo {
		width: 220px;
	}
	.header--fixed .header__nav {
		height: calc(100vh - 80px);
		padding: 24px 28px;
		color: #650506;
		background-image: url("../images/nav-bg.jpg");
		background-color: #f8edcf;
		position: fixed;
		inset: auto 0 auto auto;
		top: 80px;
		pointer-events: auto;
	}
	.header--fixed .header__nav a {
		font-size: 20px;
	}
}
@media (max-width: 640px) {
	.header {
		height: 68px;
	}
	.header__brand {
		height: 68px;
		padding-left: 16px;
		padding-right: 58px;
	}
	.header__logo {
		width: 176px;
	}
	.header__actions {
		right: 55px;
	}
	.header__hamburger {
		right: 10px;
	}
	.header__nav {
		height: calc(100vh - 68px);
		top: 68px;
	}
	.header--fixed {
		height: 68px;
	}
	.header--fixed .header__brand {
		height: 68px;
	}
	.header--fixed .header__logo {
		width: 176px;
	}
	.header--fixed .header__nav {
		height: calc(100vh - 68px);
		top: 68px;
	}
}
@media (max-width: 480px) {
	.header__logo {
		width: 140px;
	}
}
.footer {
	color: rgb(255, 255, 255);
}

.footer__nav {
	min-height: 98px;
	padding: 22px 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 28px 54px;
	color: #1f1711;
	background-color: rgb(255, 255, 255);
}
.footer__nav a {
	font-size: 20px;
	line-height: 1.2;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
.footer__nav a:hover {
	color: #a90b11;
}

.footer__main {
	min-height: 566px;
	padding: 78px 0 28px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	background-image: url("../images/footer-bg.jpg");
	background-size: cover;
	background-position: center top;
}

.footer__logo {
	width: 201px;
	display: block;
}

.footer__info {
	width: 100%;
	margin-top: 70px;
	padding: 36px 20px;
	display: grid;
	grid-template-columns: repeat(3, auto);
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 14px 46px;
	color: #ffe3aa;
	background-color: rgba(35, 0, 0, 0.62);
}
.footer__info a {
	color: rgb(255, 255, 255);
	font-size: 24px;
	line-height: 1.4;
	white-space: nowrap;
}
.footer__info a:nth-child(4) {
	grid-column: 1/2;
}
.footer__info a:nth-child(5) {
	grid-column: 2/4;
}
.footer__info a:hover {
	color: #ffe3aa;
}

.footer__label {
	color: #ffe3aa;
}

.footer__value {
	color: rgb(255, 255, 255);
}

.footer__bottom {
	margin-top: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 14px 32px;
	color: #ffe3aa;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
}

@media (max-width: 1024px) {
	.footer__nav {
		gap: 20px 32px;
	}
	.footer__nav a {
		font-size: 18px;
	}
	.footer__main {
		min-height: auto;
		padding-top: 58px;
	}
	.footer__info {
		margin-top: 50px;
		grid-template-columns: 1fr;
		text-align: center;
	}
	.footer__info a {
		font-size: 20px;
		white-space: normal;
	}
	.footer__info a:nth-child(4), .footer__info a:nth-child(5) {
		grid-column: auto;
	}
}
@media (max-width: 640px) {
	.footer__nav {
		min-height: auto;
		padding: 28px 20px;
		gap: 16px 24px;
	}
	.footer__nav a {
		font-size: 16px;
	}
	.footer__main {
		padding: 42px 0 24px;
	}
	.footer__logo {
		width: 150px;
	}
	.footer__info {
		margin-top: 38px;
		padding: 24px 18px;
	}
	.footer__info a {
		font-size: 17px;
	}
	.footer__bottom {
		padding: 0 18px;
		text-align: center;
		font-size: 12px;
	}
}
.side-menu {
	padding-top: 8px;
	border-top: 3px solid #a90b11;
}

.menu__switch {
	width: 100%;
	min-height: 52px;
	margin-bottom: 18px;
	border: 1px solid rgba(169, 11, 17, 0.32);
	border-radius: 4px;
	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 10px;
	color: #a90b11;
	background-color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 900;
}
.menu__switch .switch-icon-on {
	display: none;
}

.side-menu.is-open .menu__switch .switch-icon-off {
	display: none;
}
.side-menu.is-open .menu__switch .switch-icon-on {
	display: inline-block;
}

.menu__box {
	display: block;
}

.menu__box a {
	min-height: 64px;
	padding: 0 10px;
	border-bottom: 1px solid #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #1f1711;
	font-size: 20px;
	font-weight: 900;
	-webkit-transition: color 0.2s ease, padding-left 0.2s ease;
	transition: color 0.2s ease, padding-left 0.2s ease;
}
.menu__box a::before {
	content: "";
	width: 8px;
	height: 8px;
	margin-right: 15px;
	border-radius: 50%;
	background-color: #a90b11;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 8px;
	        flex: 0 0 8px;
}
.menu__box a:hover, .menu__box a.is-active {
	color: #a90b11;
	padding-left: 18px;
}

@media (max-width: 900px) {
	.side-menu {
		padding-top: 0;
		border-top: 0;
	}
	.menu__switch {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.menu__box {
		display: none;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0 18px;
	}
	.menu__box a {
		min-height: 52px;
		font-size: 17px;
	}
	.side-menu.is-open .menu__box {
		display: grid;
	}
}
@media (max-width: 520px) {
	.menu__box {
		grid-template-columns: 1fr;
	}
}
.btn {
	min-height: 58px;
	padding: 0 36px;
	border: 2px solid #a90b11;
	border-radius: 999px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 10px;
	color: rgb(255, 255, 255);
	background-color: #a90b11;
	font-size: 20px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	-webkit-transition: color 0.22s ease, background-color 0.22s ease, -webkit-transform 0.22s ease;
	transition: color 0.22s ease, background-color 0.22s ease, -webkit-transform 0.22s ease;
	transition: color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
	transition: color 0.22s ease, background-color 0.22s ease, transform 0.22s ease, -webkit-transform 0.22s ease;
}
.btn:hover {
	color: #a90b11;
	background-color: rgb(255, 255, 255);
	-webkit-transform: translateY(-2px);
	    -ms-transform: translateY(-2px);
	        transform: translateY(-2px);
}

.btn--outline {
	color: #a90b11;
	background-color: rgb(255, 255, 255);
}
.btn--outline:hover {
	color: rgb(255, 255, 255);
	background-color: #a90b11;
}

.btn--block {
	width: min(420px, 100%);
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.btn--line {
	border-color: #08c960;
	background-color: #08c960;
}
.btn--line:hover {
	color: #08c960;
}

.btn--google {
	color: #1f1711;
	border-color: #cfcfcf;
	background-color: rgb(255, 255, 255);
}
.btn--google:hover {
	color: #a90b11;
	border-color: #a90b11;
}

.google-icon {
	width: 22px;
	height: 22px;
	display: block;
	-o-object-fit: contain;
	   object-fit: contain;
}

.pill-btn, .outline-mini {
	min-height: 36px;
	padding: 0 22px;
	border: 1px solid #a90b11;
	border-radius: 999px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #a90b11;
	background-color: rgb(255, 255, 255);
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
	-webkit-transition: color 0.2s ease, background-color 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease;
}
.pill-btn:hover, .outline-mini:hover {
	color: rgb(255, 255, 255);
	background-color: #a90b11;
}

.site-form {
	width: min(760px, 100%);
	margin: 0 auto;
}

.site-form--wide {
	width: 100%;
}

.form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px 48px;
}

.form-field {
	display: block;
	color: #1f1711;
	font-size: 20px;
	font-weight: 700;
}
.form-field span {
	display: block;
	margin-bottom: 8px;
}
.form-field input, .form-field textarea, .form-field select {
	width: 100%;
	min-height: 52px;
	padding: 0 22px;
	border: 0;
	border-radius: 999px;
	color: #1f1711;
	background-color: #f0f0f0;
	outline: none;
	-webkit-transition: -webkit-box-shadow 0.2s ease;
	transition: -webkit-box-shadow 0.2s ease;
	transition: box-shadow 0.2s ease;
	transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(169, 11, 17, 0.16);
	        box-shadow: 0 0 0 2px rgba(169, 11, 17, 0.16);
}
.form-field input.is-muted, .form-field textarea.is-muted, .form-field select.is-muted {
	background-color: #aaa;
}
.form-field textarea {
	min-height: 230px;
	padding: 18px 22px;
	border-radius: 32px;
	resize: vertical;
}

.is-required > span::before {
	content: "*";
	color: #a90b11;
}

.radio-row, .radio-stack {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 22px;
}
.radio-row label, .radio-stack label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 8px;
}

.radio-stack {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 10px;
}

input[type=radio] {
	width: 18px;
	height: 18px;
	accent-color: #a90b11;
}

.captcha-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	gap: 18px;
}
.captcha-row .form-field {
	width: 210px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 210px;
	        flex: 0 0 210px;
}
.captcha-row .captcha-code {
	width: 92px;
	height: 42px;
	border: 1px solid #ddd;
	display: block;
	background-color: rgb(255, 255, 255);
	-o-object-fit: contain;
	   object-fit: contain;
}
.captcha-row button {
	width: 42px;
	height: 42px;
	color: #19a7d8;
	font-size: 24px;
}

.checkbox-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 10px;
	font-size: 15px;
	font-weight: 400;
	color: #1f1711;
}
.checkbox-row input[type=checkbox] {
	width: 18px;
	height: 18px;
	margin-top: 3px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 18px;
	        flex: 0 0 18px;
	accent-color: #a90b11;
}
.checkbox-row a {
	color: #a90b11;
	font-weight: 700;
}

.address-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 18px;
}
.address-row .form-field {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0px;
	        flex: 1 1 0;
}
.address-row .form-field:first-child {
	width: 160px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 160px;
	        flex: 0 0 160px;
}

@media (max-width: 768px) {
	.form-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.form-field {
		font-size: 17px;
	}
	.form-field input, .form-field textarea, .form-field select {
		min-height: 48px;
	}
	.captcha-row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.captcha-row .form-field {
		width: 100%;
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	.address-row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.address-row .form-field, .address-row .form-field:first-child {
		width: 100%;
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
}
body.is-dialog-open {
	overflow: hidden;
}

.dialog-shell {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 60;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 28px;
}
.dialog-shell.is-open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dialog-overlay {
	background-color: rgba(0, 0, 0, 0.58);
	position: absolute;
	inset: 0;
}

.dialog-panel {
	width: min(760px, 100%);
	max-height: min(82vh, 900px);
	padding: 18px 24px 34px;
	border-radius: 7px;
	display: none;
	background-color: rgb(255, 255, 255);
	position: relative;
	z-index: 1;
	overflow-y: auto;
	-webkit-box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
	        box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}
.dialog-panel.is-active {
	display: block;
}

.dialog-panel--wide {
	width: min(1280px, 100%);
}

.dialog-panel__head {
	min-height: 44px;
	display: grid;
	grid-template-columns: 44px 1fr 44px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
}
.dialog-panel__head h2 {
	grid-column: 2/3;
	font-size: 20px;
	font-weight: 900;
}
.dialog-panel__head button {
	width: 44px;
	height: 44px;
	font-size: 22px;
}
.dialog-panel__head button:last-child {
	grid-column: 3/4;
}

.coupon-form {
	margin-top: 18px;
	display: grid;
	grid-template-columns: 1fr 112px;
	gap: 16px;
}
.coupon-form input {
	min-height: 52px;
	padding: 0 22px;
	border: 0;
	border-radius: 999px;
	background-color: #f0f0f0;
}
.coupon-form .btn {
	min-height: 52px;
	padding: 0;
}

.coupon-grid {
	margin-top: 24px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.coupon-option, .coupon-chip {
	min-height: 78px;
	padding: 12px 14px;
	border: 1px solid #ddd;
	border-radius: 6px;
	display: grid;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 5px 10px;
	background-color: rgb(255, 255, 255);
}
.coupon-option-name, .coupon-chip-name {
	padding-right: 10px;
	border-right: 1px solid #ddd;
	font-size: 14px;
	font-weight: 900;
}
.coupon-option-name span, .coupon-chip-name span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 4px;
	background-color: #F7C358;
	aspect-ratio: 1;
}
.coupon-option strong, .coupon-chip strong {
	color: #a90b11;
	font-size: 24px;
}
.coupon-option small, .coupon-chip small {
	display: block;
	font-size: 16px;
	line-height: 1.2;
	color: #1f1711;
}

.coupon-option {
	grid-template-columns: 20px 84px 1fr;
}
.coupon-option input {
	grid-column: 1/2;
	grid-row: 1/3;
}
.coupon-option-name {
	grid-column: 2/3;
	grid-row: 1/3;
}
.coupon-option strong {
	grid-column: 3/4;
	grid-row: 1/2;
}
.coupon-option small {
	grid-column: 3/4;
	grid-row: 2/3;
}

.coupon-chip {
	max-width: 300px;
	grid-template-columns: 84px 1fr;
}
.coupon-chip-name {
	grid-column: 1/2;
	grid-row: 1/3;
}
.coupon-chip strong {
	grid-column: 2/3;
	grid-row: 1/2;
}
.coupon-chip small {
	grid-column: 2/3;
	grid-row: 2/3;
}

.shipping-options {
	margin-top: 10px;
}

.ship-option {
	padding: 16px 0;
	border-bottom: 1px solid #e5e5e5;
}
.ship-option small {
	display: block;
	color: #999;
}
.ship-option .link-btn {
	margin-top: 8px;
}

.ship-option__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 18px;
}
.ship-option__top label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 8px;
	font-size: 18px;
}
.ship-option__top strong {
	margin-left: auto;
	color: #a90b11;
}

.store-brand {
	margin-bottom: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	font-size: 18px;
}

.store-brand__family, .store-brand__seven {
	width: 28px;
	height: 28px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.link-btn {
	color: #1687d9;
	font-size: 15px;
	font-weight: 900;
}

.dialog-submit {
	margin-top: 24px;
}

.invoice-options {
	padding-top: 10px;
}

.invoice-option {
	padding: 18px 0;
	border-top: 1px solid #e5e5e5;
}
.invoice-option label {
	display: block;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: 900;
}
.invoice-option span {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.invoice-option p {
	margin: 12px 0 0 32px;
	color: #777;
	font-size: 16px;
}
.invoice-option input[type=text], .invoice-option input[type=email] {
	width: 100%;
	min-height: 44px;
	margin-top: 12px;
	padding: 0 22px;
	border: 0;
	border-radius: 999px;
	background-color: #f0f0f0;
	outline: none;
	-webkit-transition: -webkit-box-shadow 0.2s ease;
	transition: -webkit-box-shadow 0.2s ease;
	transition: box-shadow 0.2s ease;
	transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.invoice-option input[type=text]:focus, .invoice-option input[type=email]:focus {
	-webkit-box-shadow: 0 0 0 2px rgba(169, 11, 17, 0.16);
	        box-shadow: 0 0 0 2px rgba(169, 11, 17, 0.16);
}

.invoice-field {
	width: 100%;
	margin-top: 14px;
	display: block;
}
.invoice-field span {
	display: block;
	margin-bottom: 6px;
	font-size: 17px;
	font-weight: 700;
}
.invoice-field.is-required span::before {
	content: "*";
	color: #a90b11;
}

.dialog-form {
	padding-top: 12px;
}
.dialog-form .form-field {
	margin-bottom: 18px;
}
.dialog-form .btn {
	margin-top: 26px;
}

.dialog-text {
	margin-top: 18px;
	font-size: 15px;
}
.dialog-text h3 {
	margin-top: 18px;
	margin-bottom: 8px;
	font-size: 17px;
	font-weight: 700;
}
.dialog-text p {
	margin-bottom: 10px;
	color: #4a4139;
}

@media (max-width: 768px) {
	.dialog-shell {
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		padding: 0;
	}
	.dialog-panel {
		width: 100%;
		max-height: 86vh;
		padding: 16px 18px 30px;
		border-radius: 22px 22px 0 0;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
	}
	.coupon-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.coupon-form {
		grid-template-columns: 1fr;
	}
	.coupon-chip {
		width: 100%;
	}
	.ship-option__top {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 8px;
	}
	.ship-option__top strong {
		margin-left: 0;
	}
}
@media (max-width: 480px) {
	.dialog-panel__head h2 {
		font-size: 18px;
	}
	.coupon-option {
		grid-template-columns: auto 56px 1fr;
		padding: 10px;
	}
}
.hero {
	aspect-ratio: 1920/768;
	position: relative;
	overflow: hidden;
	background-color: #141414;
}

.hero__slider {
	width: 100%;
	height: 100%;
}

.hero__slide {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	inset: 0;
	-webkit-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
}
.hero__slide.is-active {
	opacity: 1;
	z-index: 1;
}
.hero__slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.hero__dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 10px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 24px;
	z-index: 3;
}
.hero__dots button {
	width: 12px;
	height: 12px;
	border: 1px solid #ffe3aa;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.18);
	-webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.2s ease, transform 0.2s ease;
	transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.hero__dots button.is-active {
	background-color: #ffe3aa;
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.gift-marquee {
	padding: 46px 0 44px;
	background-color: rgb(255, 255, 255);
	overflow: hidden;
}

.gift-marquee__viewport {
	width: 100%;
	overflow: hidden;
}

.gift-marquee__track {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 45px;
	will-change: transform;
}

.gift-marquee__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 45px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.gift-marquee__group li {
	width: 272px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 272px;
	        flex: 0 0 272px;
}
.gift-marquee__group a {
	display: block;
	-webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
	transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
	transition: transform 0.25s ease, opacity 0.25s ease;
	transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
.gift-marquee__group a:hover {
	opacity: 0.9;
	-webkit-transform: translateY(-2px);
	    -ms-transform: translateY(-2px);
	        transform: translateY(-2px);
}
.gift-marquee__group img {
	width: 100%;
	aspect-ratio: 272/204;
	-o-object-fit: cover;
	   object-fit: cover;
}

.products {
	padding: 72px 0 96px;
	background-color: #fbf4df;
	background-image: url("../images/index-product-bg.jpg");
	background-repeat: repeat;
}

.products__inner {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 35px;
}

.section-title {
	margin-bottom: 78px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 36px;
}
.section-title h2 {
	min-width: 309px;
	min-height: 119px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #a90b11;
	background-image: url("../images/idx-product-title-bg.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	font-size: 48px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.12em;
}
.section-title img {
	width: 86px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 86px;
	        flex: 0 0 86px;
}
.section-title img:last-child {
	-webkit-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	        transform: scaleX(-1);
}

.products__viewport {
	width: 100%;
	overflow: hidden;
}

.products__track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 48px;
	will-change: transform;
	-webkit-transition: -webkit-transform 0.55s cubic-bezier(0.22, 0.72, 0.22, 1);
	transition: -webkit-transform 0.55s cubic-bezier(0.22, 0.72, 0.22, 1);
	transition: transform 0.55s cubic-bezier(0.22, 0.72, 0.22, 1);
	transition: transform 0.55s cubic-bezier(0.22, 0.72, 0.22, 1), -webkit-transform 0.55s cubic-bezier(0.22, 0.72, 0.22, 1);
}

.product-card {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 calc((100% - 144px) / 4);
	        flex: 0 0 calc((100% - 144px) / 4);
	text-align: center;
}

.product-card__image {
	display: block;
	background-color: #650506;
	overflow: hidden;
}
.product-card__image img {
	width: 100%;
	aspect-ratio: 1/1;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.product-card__image:hover img {
	-webkit-transform: scale(1.035);
	    -ms-transform: scale(1.035);
	        transform: scale(1.035);
}

.product-card h3 {
	margin-top: 30px;
	color: #1f1711;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.25;
}

.product-card__price {
	min-width: 93px;
	height: 40px;
	margin: 18px auto 0;
	padding: 0 18px;
	border-radius: 999px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: rgb(255, 255, 255);
	background-color: #a90b11;
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
}

.products__controls {
	margin-top: 58px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 24px;
}

.products:not(.has-carousel) .products__controls .slider-btn {
	display: none;
}

.slider-btn {
	width: 60px;
	height: 60px;
	border: 2px solid #a90b11;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #a90b11;
	background-color: rgba(255, 255, 255, 0.28);
	font-size: 25px;
	-webkit-transition: color 0.22s ease, background-color 0.22s ease, -webkit-transform 0.22s ease;
	transition: color 0.22s ease, background-color 0.22s ease, -webkit-transform 0.22s ease;
	transition: color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
	transition: color 0.22s ease, background-color 0.22s ease, transform 0.22s ease, -webkit-transform 0.22s ease;
}
.slider-btn:hover {
	color: rgb(255, 255, 255);
	background-color: #a90b11;
	-webkit-transform: translateY(-2px);
	    -ms-transform: translateY(-2px);
	        transform: translateY(-2px);
}

.more-btn {
	min-width: 184px;
	height: 60px;
	padding: 0 34px;
	border: 2px solid #a90b11;
	border-radius: 999px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #a90b11;
	background-color: rgba(255, 255, 255, 0.35);
	font-size: 20px;
	font-weight: 800;
	-webkit-transition: color 0.22s ease, background-color 0.22s ease, -webkit-transform 0.22s ease;
	transition: color 0.22s ease, background-color 0.22s ease, -webkit-transform 0.22s ease;
	transition: color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
	transition: color 0.22s ease, background-color 0.22s ease, transform 0.22s ease, -webkit-transform 0.22s ease;
}
.more-btn:hover {
	color: rgb(255, 255, 255);
	background-color: #a90b11;
	-webkit-transform: translateY(-2px);
	    -ms-transform: translateY(-2px);
	        transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
	.products__track, .product-card__image img, .slider-btn, .more-btn {
		-webkit-transition: none;
		transition: none;
	}
}
@media (max-width: 1280px) {
	.products__track {
		gap: 34px;
	}
	.product-card {
		-ms-flex-preferred-size: calc((100% - 68px) / 3);
		    flex-basis: calc((100% - 68px) / 3);
	}
}
@media (max-width: 1024px) {
	.gift-marquee {
		padding: 32px 0;
	}
	.gift-marquee__track, .gift-marquee__group {
		gap: 28px;
	}
	.products {
		padding: 58px 0 76px;
	}
	.section-title {
		margin-bottom: 46px;
	}
	.section-title h2 {
		min-width: 260px;
		min-height: 100px;
		font-size: 40px;
	}
	.product-card {
		-ms-flex-preferred-size: calc((100% - 34px) / 2);
		    flex-basis: calc((100% - 34px) / 2);
	}
}
@media (max-width: 640px) {
	.hero__dots {
		bottom: 12px;
	}
	.hero__dots button {
		width: 9px;
		height: 9px;
	}
	.gift-marquee {
		padding: 24px 0;
	}
	.gift-marquee__track, .gift-marquee__group {
		gap: 18px;
	}
	.gift-marquee__group li {
		width: 204px;
		-ms-flex-preferred-size: 204px;
		    flex-basis: 204px;
	}
	.products {
		padding: 42px 0 58px;
	}
	.products__inner {
		padding: 0 18px;
	}
	.section-title {
		gap: 14px;
		margin-bottom: 34px;
	}
	.section-title h2 {
		min-width: 210px;
		min-height: 81px;
		font-size: 32px;
	}
	.section-title img {
		width: 48px;
		-ms-flex-preferred-size: 48px;
		    flex-basis: 48px;
	}
	.products__track {
		gap: 20px;
	}
	.product-card {
		-ms-flex-preferred-size: calc((100% - 20px) / 2);
		    flex-basis: calc((100% - 20px) / 2);
	}
	.product-card h3 {
		margin-top: 18px;
		font-size: 18px;
	}
	.product-card__price {
		height: 34px;
		margin-top: 12px;
		font-size: 18px;
	}
	.products__controls {
		margin-top: 34px;
		gap: 14px;
	}
	.slider-btn {
		width: 48px;
		height: 48px;
		font-size: 20px;
	}
	.more-btn {
		min-width: 138px;
		height: 48px;
		padding: 0 22px;
		font-size: 17px;
	}
}
@media (max-width: 480px) {
	.products__inner {
		padding: 0;
	}
	.products__viewport {
		overflow: hidden;
	}
	.products__track {
		gap: 12px;
	}
	.product-card {
		-ms-flex-preferred-size: calc(90% - 30px);
		    flex-basis: calc(90% - 30px);
	}
}
.page-head {
	min-height: 164px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: rgb(255, 255, 255);
	background-color: #1f1f1f;
	background-image: url("../images/page-head-title-bg.jpg");
	background-repeat: repeat;
}
.page-head h1 {
	font-size: 44px;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.breadcrumb {
	max-width: 1920px;
	margin: 0 auto;
	padding: 28px 40px 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 900;
}
.breadcrumb a:hover {
	color: #a90b11;
}

.inner-layout {
	max-width: 1920px;
	min-height: 900px;
	margin: 0 auto;
	padding: 30px 40px 120px;
	display: grid;
	grid-template-columns: 25% 1fr;
	gap: 60px;
}

.inner-layout__main {
	min-width: 0;
}

.section-heading {
	margin-bottom: 34px;
	padding-bottom: 28px;
	border-bottom: 1px solid #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #1f1711;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.25;
}
.section-heading::before {
	content: "";
	width: 18px;
	height: 18px;
	min-width: 18px;
	margin-right: 34px;
	border-radius: 50%;
	background-color: #a90b11;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 18px;
	        flex: 0 0 18px;
}

.pagination {
	margin-top: 96px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 14px;
}
.pagination a {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: #eee;
	font-size: 17px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	-webkit-transition: color 0.2s ease, background-color 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease;
}
.pagination a.is-active, .pagination a:hover {
	color: rgb(255, 255, 255);
	background-color: #a90b11;
}

.form-page {
	min-height: 830px;
	max-width: 900px;
	margin: 0 auto;
	padding: 38px 30px 110px;
}

.form-page--compact {
	max-width: 760px;
}

.form-page .site-form {
	display: grid;
	gap: 32px;
}

.editor-page {
	max-width: 1289px;
	min-height: 720px;
	margin: 0 auto;
	padding: 20px 0 30px;
}

.editor-content {
	padding: clamp(28px, 5vw, 62px);
	border: 1px solid rgba(255, 227, 170, 0.45);
	border-radius: 28px;
	color: #1f1711;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.96)), to(rgba(255, 248, 231, 0.96)));
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 231, 0.96));
	-webkit-box-shadow: 0 18px 38px rgba(82, 28, 0, 0.08);
	        box-shadow: 0 18px 38px rgba(82, 28, 0, 0.08);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.9;
}
.editor-content h2 {
	margin-bottom: 22px;
	color: #a90b11;
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 900;
	line-height: 1.35;
}
.editor-content p + p, .editor-content p + ul {
	margin-top: 18px;
}
.editor-content ul {
	padding-left: 1.3em;
	list-style: disc;
}
.editor-content li + li {
	margin-top: 8px;
}

.cert-grid {
	max-width: 1920px;
	min-height: 840px;
	margin: 0 auto;
	padding: 52px 68px 130px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 82px 64px;
}
.cert-grid figure {
	text-align: center;
}
.cert-grid img {
	width: 100%;
	border: 1px solid #ddd;
}
.cert-grid figcaption {
	margin-top: 32px;
	font-size: 24px;
	font-weight: 900;
}

.location-list {
	max-width: 1280px;
	min-height: 520px;
	margin: 0 auto;
	padding: 20px 40px 112px;
}

.location-card {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #ddd;
	display: grid;
	grid-template-columns: minmax(360px, 500px) 1fr;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 70px;
}
.location-card:last-child {
	margin-bottom: 0;
}

.location-card__map {
	aspect-ratio: 500/375;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}
.location-card__map iframe {
	width: 100%;
	height: 100%;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.location-card__info h2 {
	margin-bottom: 24px;
	padding-bottom: 18px;
	border-bottom: 2px solid #a90b11;
	font-size: 34px;
	font-weight: 900;
}
.location-card__info li {
	margin-top: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 16px;
	font-size: 21px;
	line-height: 1.45;
}
.location-card__info i {
	width: 20px;
	margin-top: 6px;
	color: #a90b11;
	text-align: center;
}
.location-card__info .fa-line, .location-card__info .fa-weixin {
	color: #08c960;
}

.back-btn {
	width: min(300px, 100%);
	min-height: 54px;
	margin: 94px auto 0;
	border: 1px solid #333;
	border-radius: 999px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 18px;
	-webkit-transition: color 0.2s ease, border-color 0.2s ease;
	transition: color 0.2s ease, border-color 0.2s ease;
}
.back-btn:hover {
	color: #a90b11;
	border-color: #a90b11;
}

@media (max-width: 1280px) {
	.inner-layout {
		gap: 30px;
	}
	.cert-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.location-card {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}
}
@media (max-width: 1024px) {
	.location-card {
		grid-template-columns: 1fr;
	}
	.location-card__map {
		grid-row: 2/3;
		aspect-ratio: 16/9;
	}
	.location-card__info {
		grid-row: 1/2;
	}
}
@media (max-width: 900px) {
	.page-head {
		min-height: 128px;
	}
	.page-head h1 {
		font-size: 34px;
	}
	.breadcrumb {
		padding: 22px 24px 10px;
	}
	.inner-layout {
		padding: 28px 24px 86px;
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.section-heading {
		font-size: 28px;
	}
	.cert-grid {
		padding: 42px 28px 92px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 46px 28px;
	}
	.location-card {
		grid-template-columns: 1fr;
		gap: 26px;
	}
}
@media (max-width: 640px) {
	.page-head {
		min-height: 104px;
	}
	.page-head h1 {
		font-size: 28px;
	}
	.breadcrumb {
		padding: 18px 18px 4px;
	}
	.inner-layout {
		padding: 24px 18px 68px;
	}
	.section-heading {
		margin-bottom: 24px;
		padding-bottom: 18px;
		font-size: 24px;
	}
	.section-heading::before {
		width: 12px;
		height: 12px;
		min-width: 12px;
		margin-right: 16px;
		-ms-flex-preferred-size: 12px;
		    flex-basis: 12px;
	}
	.form-page {
		padding: 28px 20px 70px;
	}
	.editor-page {
		min-height: 520px;
		padding: 28px 18px 72px;
	}
	.editor-content {
		border-radius: 20px;
		font-size: 17px;
	}
	.cert-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 36px 18px;
	}
	.cert-grid figcaption {
		margin-top: 18px;
		font-size: 18px;
	}
	.location-list {
		padding: 20px 20px 72px;
	}
	.location-card {
		grid-template-columns: 1fr;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.location-card__map {
		aspect-ratio: 4/3;
	}
	.location-card__info h2 {
		font-size: 26px;
	}
	.location-card__info li {
		font-size: 16px;
		line-height: 30px;
		gap: 5px;
	}
}
.catalog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 94px 58px;
}
.catalog-grid .catalog-card {
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}

.product-detail {
	display: grid;
	grid-template-columns: 1fr 500px;
	gap: 60px;
}

.product-detail__photo img {
	width: 100%;
	aspect-ratio: 1/1;
	-o-object-fit: cover;
	   object-fit: cover;
}

.product-detail__info {
	font-size: 20px;
	line-height: 1.75;
}
.product-detail__info p {
	margin-top: 18px;
}

.product-detail__price {
	margin-bottom: 18px;
	display: block;
	color: #a90b11;
	font-size: 42px;
	font-family: Arial, sans-serif;
	font-weight: 900;
	line-height: 1;
}

.qty-field {
	margin-top: 42px;
	display: grid;
	grid-template-columns: auto 48px minmax(120px, 1fr) 48px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 18px;
	font-size: 20px;
}
.qty-field button {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: #eee;
}
.qty-field input {
	height: 48px;
	border: 0;
	border-radius: 999px;
	background-color: #eee;
	text-align: center;
	font-size: 22px;
	font-weight: 900;
}

.qty-field--small {
	margin-top: 0;
	grid-template-columns: 34px 80px 34px;
	gap: 10px;
}
.qty-field--small button {
	width: 34px;
	height: 34px;
}
.qty-field--small input {
	height: 34px;
	font-size: 17px;
}

.product-detail__actions {
	margin-top: 42px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.detail-copy {
	margin-top: 92px;
	font-size: 20px;
	line-height: 1.8;
}
.detail-copy p {
	margin-bottom: 18px;
}

@media (max-width: 1440px) {
	.product-detail {
		grid-template-columns: 1fr;
	}
	.product-detail__photo img {
		max-width: 480px;
		margin: 0 auto;
	}
}
@media (max-width: 1280px) {
	.catalog-grid {
		gap: 58px 34px;
	}
	.product-detail {
		gap: 30px;
	}
}
@media (max-width: 900px) {
	.catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.product-detail__actions {
		max-width: 620px;
		margin: 0 auto;
		padding-top: 40px;
	}
}
@media (max-width: 560px) {
	.catalog-grid {
		grid-template-columns: 1fr;
		gap: 44px;
	}
	.product-detail__info, .detail-copy {
		font-size: 17px;
	}
	.product-detail__price {
		font-size: 34px;
	}
	.qty-field {
		gap: 10px;
	}
	.qty-field span {
		grid-column: 1/4;
	}
	.product-detail__actions {
		grid-template-columns: 1fr;
	}
}
.member-page {
	min-height: 1030px;
}

.order-list {
	display: grid;
	gap: 28px;
}

.order-card {
	min-height: 166px;
	padding: 28px 24px 24px 32px;
	border: 1px solid #ddd;
	border-radius: 5px;
	display: grid;
	grid-template-columns: 1fr auto;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	gap: 18px 24px;
	font-size: 18px;
	line-height: 1.65;
}
.order-card time {
	font-size: 20px;
	font-weight: 900;
}
.order-card .pill-btn {
	grid-column: 2/3;
	justify-self: end;
	align-self: end;
}
.order-card strong {
	color: #a90b11;
}

@media (max-width: 640px) {
	.order-card {
		grid-template-columns: 1fr;
		padding: 22px 18px;
		font-size: 16px;
	}
	.order-card time {
		font-size: 17px;
	}
	.order-card .pill-btn {
		grid-column: auto;
		justify-self: start;
	}
}
.cart-page {
	width: min(1280px, 100% - 48px);
	min-height: 980px;
	margin: 0 auto;
	padding: 34px 0 112px;
}

.cart-list {
	border-top: 1px solid #ddd;
}

.cart-row {
	min-height: 130px;
	padding: 18px 0;
	border-bottom: 1px solid #ddd;
	display: grid;
	grid-template-columns: 96px minmax(180px, 1fr) 150px 190px 44px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 24px;
}
.cart-row h2 {
	font-size: 20px;
	font-weight: 900;
}
.cart-row strong {
	color: #a90b11;
	font-size: 24px;
	font-family: Arial, sans-serif;
	font-weight: 900;
}

.cart-row__image {
	display: block;
}
.cart-row__image img {
	width: 96px;
	height: 96px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.cart-row__delete {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: rgb(255, 255, 255);
	background-color: #a90b11;
}

.cart-row--readonly {
	grid-template-columns: 96px minmax(180px, 1fr) 150px 60px;
}
.cart-row--readonly span {
	font-size: 20px;
}

.checkout-section {
	padding: 20px 0 28px;
	border-bottom: 1px solid #ddd;
}
.checkout-section h2 {
	font-size: 30px;
	font-weight: 900;
}
.checkout-section p {
	font-size: 18px;
}
.checkout-section small {
	color: #999;
	font-size: 15px;
}

.checkout-section__head {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 22px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.checkout-note {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 16px;
	padding: 16px 18px;
	background-color: #f2f2f2;
	font-size: 15px;
	line-height: 1.45;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.checkout-note p {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.checkout-note button {
	color: #1687d9;
	font-weight: 900;
}

.checkout-total {
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
}
.checkout-total dl {
	display: grid;
	gap: 4px;
}
.checkout-total div {
	display: grid;
	grid-template-columns: 130px 1fr;
}
.checkout-total p {
	margin-top: 28px;
	padding-top: 22px;
	border-top: 1px solid #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 64px;
}
.checkout-total strong {
	color: #a90b11;
	font-size: 32px;
	font-family: Arial, sans-serif;
}

.cart-checkout {
	width: min(300px, 100%);
	margin: 92px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cart-page--readonly .checkout-section:first-of-type .outline-mini,
.cart-page--readonly .checkout-section:nth-of-type(2) .outline-mini,
.cart-page--readonly .checkout-section:nth-of-type(3) .outline-mini {
	display: none;
}

@media (max-width: 900px) {
	.cart-row {
		grid-template-columns: 84px 1fr 38px;
		gap: 10px 20px;
	}
	.cart-row h2 {
		font-size: 18px;
		grid-column: 2/3;
		grid-row: 1/2;
	}
	.cart-row strong {
		grid-column: 2/3;
		grid-row: 2/3;
	}
	.cart-row .qty-field {
		grid-column: 2/4;
	}
	.cart-row__image {
		grid-row: 1/4;
		grid-column: 1/2;
	}
	.cart-row__image img {
		width: 84px;
		height: 84px;
	}
	.cart-row__delete {
		grid-column: 3/4;
		grid-row: 1/2;
	}
	.cart-row--readonly {
		grid-template-columns: 84px 1fr 38px;
	}
	.cart-row--readonly span {
		grid-column: 3/4;
	}
}
@media (max-width: 640px) {
	.cart-page {
		width: calc(100% - 36px);
		padding-bottom: 72px;
	}
	.cart-row {
		grid-template-columns: 74px 1fr auto;
	}
	.cart-row h2 {
		font-size: 16px;
	}
	.cart-row strong {
		font-size: 20px;
	}
	.cart-row__image img {
		width: 74px;
		height: 74px;
	}
	.checkout-section {
		padding: 22px 0;
	}
	.checkout-section h2 {
		font-size: 25px;
	}
	.checkout-total {
		padding: 24px 0;
	}
	.checkout-total p {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		gap: 20px;
	}
}