@charset "UTF-8";
:root {
	--ds-ink: #1f2a24;
	--ds-muted: #5f6b63;
	--ds-line: #d9e2d5;
	--ds-paper: #fffdf7;
	--ds-soft: #f5f8f0;
	--ds-green: #2f6b3f;
	--ds-green-dark: #174c2c;
	--ds-coffee: #5c3a22;
	--ds-coffee-dark: #24160f;
	--ds-gold: #d99a2b;
	--ds-rice: #f7ead2;
	--ds-red: #9f3c2f;
	--ds-shadow: 0 18px 45px rgba(31, 42, 36, 0.12);
    --member-copper: #a85c2b;
}
* {
	box-sizing: border-box;
}
body {
	color: var(--ds-ink);
	background: #f4f7ef;
	font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", Arial, sans-serif;
	line-height: 1.7;
}
body:not(.home-redesign) {
	background:
		linear-gradient(90deg, rgba(247, 234, 210, 0.32) 1px, transparent 1px),
		linear-gradient(#fffaf0, #f7efe1);
	background-size: 88px 100%, auto;
}
a {
	color: var(--ds-green);
}
a:hover,
a:focus {
	color: var(--ds-coffee);
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
.status {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(23, 76, 44, 0.9), rgba(47, 107, 63, 0.78)),
		url("../images/banner/slide-01.jpg") center/cover no-repeat;
}
.site-masthead {
	position: relative;
	overflow: hidden;
	color: var(--ds-ink);
	background: var(--ds-paper);
	border-bottom: 1px solid #eadcc5;
}
.site-masthead:before {
	display: none;
}
.site-masthead:after {
	display: none;
}
.site-masthead__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	min-height: 82px;
	padding: 14px 0;
}
.site-origin-mark {
	display: none;
	place-items: center;
	flex: 0 0 92px;
	width: 92px;
	height: 92px;
	color: var(--ds-rice);
	border: 1px solid rgba(247, 234, 210, 0.54);
	border-radius: 50%;
	background: rgba(23, 76, 44, 0.52);
	box-shadow: inset 0 0 0 7px rgba(247, 234, 210, 0.07), 0 16px 36px rgba(0, 0, 0, 0.24);
}
.site-origin-mark span {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
}
.site-origin-mark small {
	display: block;
	margin-top: 5px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.16em;
}
.site-brand,
.logo_sty {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: none;
	width: 168px;
	max-width: 48vw;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	transform: none;
}
.site-brand img,
.logo_sty img {
	height: auto;
}
.site-masthead__copy {
	flex: 1;
	min-width: 280px;
	color: var(--ds-ink);
	text-shadow: none;
}
.site-masthead__copy p {
	display: inline-flex;
	margin: 0 0 8px;
	padding: 0;
	color: var(--ds-green-dark);
	background: transparent;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
}
.site-masthead__copy strong {
	display: block;
	font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", Arial, sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0;
}
.site-masthead__copy span {
	display: none;
	margin-top: 12px;
	color: rgba(247, 234, 210, 0.84);
	font-size: 14px;
	font-weight: 700;
}
.site-masthead__meta,
.site-masthead__contact {
	display: none;
	gap: 9px;
	flex: 0 0 156px;
}
.site-masthead__meta span {
	display: block;
	padding: 9px 11px;
	color: var(--ds-rice);
	font-size: 13px;
	font-weight: 800;
	text-align: center;
	border: 1px solid rgba(247, 234, 210, 0.34);
	background: rgba(36, 22, 15, 0.38);
	backdrop-filter: blur(2px);
}
.site-masthead__contact {
	display: grid;
	flex: 0 0 440px;
	grid-template-columns: auto auto;
	justify-content: end;
	align-items: center;
	gap: 6px 18px;
	font-size: 12px;
	line-height: 1.25;
}
.site-masthead__contact a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--ds-coffee-dark);
	font-weight: 800;
}
.site-masthead__contact span {
	color: var(--ds-muted);
	font-size: 11px;
	font-weight: 700;
}
.site-contact-link--phone,
.site-contact-link--address {
	color: var(--ds-ink) !important;
}
.site-contact-link--phone {
	font-size: 14px;
}
.site-contact-link--address {
	max-width: 245px;
}
.site-contact-link--facebook,
.site-contact-link--map {
	justify-self: end;
	padding-top: 2px;
	color: var(--ds-green-dark) !important;
	font-size: 12px;
	border-top: 1px solid #eadcc5;
}
.site-masthead__contact a:hover {
	color: var(--ds-green-dark);
}
.site-cart-link {
	align-self: center;
	min-width: 104px;
	color: #fff !important;
	background: var(--ds-green-dark);
	box-shadow: none;
}
.site-masthead--home {
	color: var(--ds-ink);
	background: var(--ds-paper);
	border-bottom: 1px solid #eadcc5;
}
.site-masthead--home:before,
.site-masthead--home:after {
	display: none;
}
.site-masthead--home .site-masthead__inner {
	min-height: 82px;
	padding: 14px 0;
}
.site-masthead--home .site-origin-mark,
.site-masthead--home .site-masthead__meta {
	display: none;
}
.site-masthead--home .site-brand {
	width: 168px;
	padding: 0;
	border-color: #eadcc5;
	box-shadow: none;
	transform: none;
}
.site-masthead--home .site-masthead__copy {
	color: var(--ds-ink);
	text-shadow: none;
}
.site-masthead--home .site-masthead__copy p {
	padding: 0;
	color: var(--ds-green-dark);
	background: transparent;
	letter-spacing: 0;
}
.site-masthead--home .site-masthead__copy strong {
	font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", Arial, sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
}
.site-masthead--home .site-masthead__copy br,
.site-masthead--home .site-masthead__copy span {
	display: none;
}
.site-masthead--home .site-cart-link {
	color: #fff !important;
	background: var(--ds-green-dark);
	box-shadow: none;
}
.status .container {
	display: flex;
	align-items: center;
	height: 190px;
}
.status .logo_sty {
	margin-top: 28px;
}
.slidepiv {
	opacity: 0.32;
}
.navbar,
.site-main-nav {
	margin-bottom: 0;
	background: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: 0 8px 28px rgba(31, 42, 36, 0.08);
}
.navbar-default .navbar-nav > li > a,
.site-main-nav .navbar-nav > li > a {
	color: var(--ds-ink);
	background: transparent;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	padding: 16px 9px;
}
.navbar-nav {
	display: flex;
	flex-wrap: wrap;
}
.navbar-nav > li {
	float: none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	color: var(--ds-green);
	background: var(--ds-soft);
}
.dropdown-menu {
	border: 1px solid var(--ds-line);
	border-radius: 6px;
	box-shadow: 0 16px 34px rgba(31, 42, 36, 0.12);
}
#navbar .dropdown-menu > li > a {
	color: var(--ds-ink);
	padding: 10px 18px;
}
#navbar .dropdown-menu > li > a:hover {
	color: #fff;
	background: var(--ds-green);
}
.section-text {
	width: min(1540px, calc(100% - 28px));
	margin: 48px auto 48px;
}
.section-text > .row > .col-md-12,
.section-text .col-md-12 {
	background: #fffdf7;
	border: 1px solid #eadcc5;
	border-radius: 0;
	padding: 30px 34px 46px;
	box-shadow: none;
}
.breadcrumb {
	margin-bottom: 16px;
	padding: 0;
	background: transparent;
	color: var(--ds-muted);
}
.page-header {
	margin: 0 0 28px;
	padding-bottom: 14px;
	border-bottom: 1px solid #d8c6a8;
}
.page-header h1 {
	margin: 0;
	color: var(--ds-coffee-dark);
	font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.25;
}
.nav-pills,
.sublink-a,
.sublink-b,
.sublink-c {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 28px;
	padding: 12px;
	border: 1px solid #eadcc5;
	border-bottom: 1px solid #eadcc5;
	border-radius: 0;
	background: #fbf4e8;
}
.nav-pills > li,
.sublink-a > li,
.sublink-b > li,
.sublink-c > li {
	float: none;
}
.nav-pills > li > a,
.sublink-a > li > a,
.sublink-b > li > a,
.sublink-c > li > a {
	border-radius: 6px;
	color: var(--ds-green-dark);
	font-weight: 700;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover,
.sublink-a > li.active > a,
.sublink-a > li.active > a:focus,
.sublink-a > li.active > a:hover,
.sublink-b > li.active > a,
.sublink-b > li.active > a:focus,
.sublink-b > li.active > a:hover,
.sublink-c > li.active > a,
.sublink-c > li.active > a:focus,
.sublink-c > li.active > a:hover {
	background: var(--ds-green-dark);
	color: #fff;
}
.intro-tab-content {
	margin-top: 4px;
}
.intro-tertiary-nav-wrap {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}
.intro-tertiary-nav-wrap .sublink-c {
	margin-bottom: 28px;
}
.intro-tab-pane-inner {
	margin: 0;
}
.intro-tab-pane-inner h2 {
	margin: 0 0 16px;
	color: var(--ds-green-dark);
	font-size: 24px;
	font-weight: 900;
}
.loan-calc-button {
	position: relative;
	margin-left: 18px;
	padding: 10px 20px;
	border: 2px solid #b67a1c;
	background: #d99a2b;
	color: #24160f !important;
	font-weight: 900;
	box-shadow: 0 8px 18px rgba(153, 93, 20, 0.24);
}
.loan-calc-button:hover,
.loan-calc-button:focus {
	border-color: var(--ds-coffee);
	background: #f0b642;
	color: #24160f !important;
	box-shadow: 0 12px 24px rgba(153, 93, 20, 0.3);
}
.loan-calc-button:before {
	content: "$";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	margin-right: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.55);
	font-size: 14px;
	font-weight: 900;
}
.section-text table {
	max-width: 100%;
}
.section-text table[use="newses"] {
	width: 100% !important;
}
.section-text table[use="newses"] tr {
	border-bottom: 1px solid var(--ds-line);
}
.section-text table[use="newses"] td {
	padding: 14px 8px !important;
}
.section-text table[use="newses"] img[src$="news.png"] {
	display: none;
}
.section-text .bpic {
	margin: 0 auto 10px;
}
.section-text .bpic img {
	width: 150px;
	height: 126px;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(31, 42, 36, 0.12);
}
.content-list {
	display: grid;
	border-top: 1px solid #d8c6a8;
}
.content-list__item {
	display: grid;
	grid-template-columns: 48px 52px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	min-height: 76px;
	padding: 16px 0;
	color: var(--ds-ink);
	border-bottom: 1px solid #d8c6a8;
}
.content-list__item:hover,
.content-list__item:focus {
	color: var(--ds-green-dark);
	background: linear-gradient(90deg, rgba(245, 248, 240, 0.85), transparent);
}
.content-list__icon {
	position: relative;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #fbf4e8;
	transition: background 0.2s ease, box-shadow 0.2s ease;
}
.content-list__bulb {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 41px;
	height: 33px;
	object-fit: contain;
	transform: translate(-50%, -50%);
	transition: opacity 0.2s ease, filter 0.2s ease, transform 0.2s ease;
}
.content-list__bulb--off {
	opacity: 1;
}
.content-list__bulb--on {
	opacity: 0;
	filter: sepia(1) saturate(9) hue-rotate(350deg) brightness(1.18) drop-shadow(0 0 5px rgba(255, 193, 7, 0.8));
}
.content-list__item:hover .content-list__bulb--off,
.content-list__item:focus .content-list__bulb--off {
	opacity: 0;
}
.content-list__item:hover .content-list__bulb--on,
.content-list__item:focus .content-list__bulb--on {
	opacity: 1;
	filter: sepia(1) saturate(9) hue-rotate(350deg) brightness(1.18) drop-shadow(0 0 8px rgba(255, 193, 7, 0.95));
	transform: translate(-50%, -50%);
}
.content-list__item:hover .content-list__icon,
.content-list__item:focus .content-list__icon {
	background: #fff5bd;
	box-shadow: 0 0 12px rgba(255, 193, 7, 0.58);
}
.content-list__icon--file img {
	width: 18px;
	height: 18px;
}
.content-list__number {
	color: var(--ds-gold);
	font-weight: 900;
}
.content-list__title {
	min-width: 0;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.45;
}
.content-list__date {
	color: var(--ds-muted);
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}
.content-pagination {
	margin: 24px 0 0;
	text-align: center;
}
.album-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px 22px;
}
.album-grid--covers {
	align-items: start;
}
.album-card {
	display: grid;
	gap: 12px;
	color: var(--ds-ink);
}
.album-card__photo,
.work-card__photo {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border: 1px solid #e2d6c5;
	background: #f3f4ef;
}
.album-card__photo img,
.work-card__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.album-card__photo img {
	transition: transform 0.22s ease;
}
.album-card:hover .album-card__photo img {
	transform: scale(1.04);
}
.album-card__title {
	font-size: 16px;
	font-weight: 800;
	line-height: 1.45;
	text-align: center;
}
.album-hero {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 28px;
	align-items: stretch;
	margin-bottom: 30px;
	padding-bottom: 28px;
	border-bottom: 1px solid #d8c6a8;
}
.album-hero__cover {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border: 1px solid #e2d6c5;
	background: #f3f4ef;
}
.album-hero__cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.album-hero__body {
	display: grid;
	align-content: center;
	gap: 10px;
	min-width: 0;
}
.album-hero__body p {
	margin: 0;
	color: var(--ds-red);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
}
.album-hero__body h2 {
	margin: 0;
	color: var(--ds-coffee-dark);
	font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.35;
}
.photo-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px 20px;
}
.photo-card {
	display: grid;
	gap: 10px;
	color: var(--ds-ink);
}
.photo-card__image {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border: 1px solid #e2d6c5;
	background: #f3f4ef;
}
.photo-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.22s ease, opacity 0.22s ease;
}
.photo-card:hover .photo-card__image img {
	opacity: 0.9;
	transform: scale(1.035);
}
.photo-card__caption {
	color: var(--ds-muted);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.work-list {
	display: grid;
	border-top: 1px solid #d8c6a8;
}
.work-card {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	padding: 24px 0;
	color: var(--ds-ink);
	border-bottom: 1px solid #d8c6a8;
}
.work-card__body {
	display: grid;
	gap: 10px;
}
.work-card__title {
	color: var(--ds-coffee-dark);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.35;
}
.work-card__summary {
	color: var(--ds-muted);
	line-height: 1.75;
}
.product-toolbar {
	display: flex;
	justify-content: flex-end;
	margin: -8px 0 22px;
}
.product-detail {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 34px;
	align-items: start;
	padding-top: 10px;
	border-top: 1px solid #d8c6a8;
}
.product-detail__main h2 {
	margin: 0 0 20px;
	color: var(--ds-coffee-dark);
	font-family: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.3;
}
.product-detail__content {
	color: var(--ds-ink);
	font-size: 16px;
	line-height: 1.9;
}
.product-detail__side {
	display: grid;
	gap: 18px;
	padding: 18px;
	border: 1px solid #eadcc5;
	background: #fbf4e8;
}
.product-detail__photo,
.product-detail__share {
	background: #fff;
}
.product-detail__photo {
	display: block;
	overflow: hidden;
}
.product-detail__photo img {
	display: block;
	width: 100%;
	height: auto;
}
.product-detail__buy {
	display: grid;
	gap: 12px;
}
.product-detail__price {
	color: var(--ds-red);
	font-size: 20px;
	font-weight: 900;
}
.product-detail__buy form {
	display: grid;
	grid-template-columns: 64px 1fr;
	gap: 10px;
	align-items: center;
}
.product-detail__buy input[type="submit"] {
	grid-column: 1 / -1;
	width: 100%;
}
.product-detail__share {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid #d8c6a8;
}
.product-detail-page .page-header {
	margin-bottom: 22px;
}
.product-detail-page .page-header h1 {
	font-size: 30px;
}
.product-detail-page .product-detail-toolbar {
	justify-content: flex-end;
	margin: -6px 0 18px;
}
.product-detail--modern {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
	gap: 30px;
	align-items: start;
	border-top: 0;
}
.product-detail-page .product-detail__main,
.product-detail-page .product-detail__side {
	min-width: 0;
}
.product-detail-page .product-detail__main {
	padding: 30px;
	background: #fff;
	border: 1px solid #d7e0dc;
	border-radius: 8px;
}
.product-detail-page .product-detail__main h2 {
	margin: 0 0 20px;
	padding-bottom: 16px;
	color: #173f38;
	font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", Arial, sans-serif;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.35;
	border-bottom: 1px solid #dfe6e3;
}
.product-detail-page .product-detail__content {
	color: #263837;
	font-size: 16px;
	line-height: 1.9;
}
.product-detail-page .product-detail__content img,
.product-detail-page .product-detail__content table {
	max-width: 100%;
	height: auto;
}
.product-detail-page .product-detail__side {
	position: sticky;
	top: 150px;
	display: grid;
	gap: 16px;
	padding: 0;
	background: transparent;
	border: 0;
}
.product-detail-page .product-detail__photo {
	padding: 12px;
	background: #fff;
	border: 1px solid #d7e0dc;
	border-radius: 8px;
}
.product-detail-page .product-detail__photo img {
	width: 100%;
	border-radius: 4px;
}
.product-detail-page .product-detail__buy {
	padding: 18px;
	background: #fff;
	border: 1px solid #d7e0dc;
	border-radius: 8px;
}
.product-detail-page .product-detail__price {
	margin-bottom: 12px;
	color: #9c3f2e;
	font-size: 22px;
	font-weight: 900;
}
.product-detail-page .product-detail__form {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
}
.product-detail-page .product-detail__form label {
	margin: 0;
	color: #263837;
	font-weight: 900;
}
.product-detail-page .product-detail__form input[type="number"] {
	width: 100%;
	min-height: 40px;
	padding: 6px 10px;
	border: 1px solid #b9cbc7;
	border-radius: 4px;
}
.product-detail-page .product-detail__form input[type="submit"] {
	grid-column: 1 / -1;
	min-height: 42px;
	margin-top: 4px;
	color: #fff;
	font-weight: 900;
	background: #174f47;
	border: 1px solid #174f47;
	border-radius: 4px;
}
.product-detail-page .product-detail__form input[type="submit"]:hover,
.product-detail-page .product-detail__form input[type="submit"]:focus {
	background: #0f3732;
	border-color: #0f3732;
}
.product-detail-page .product-detail__share {
	justify-self: end;
	background: #fff;
	border: 1px solid #d7e0dc;
	border-radius: 4px;
}
.product-detail-page .cart-link {
	min-height: 40px;
	padding: 8px 14px;
	color: #174f47;
	background: #eef5f3;
	border-color: #cbdad6;
}
.product-detail-page .cart-link:hover,
.product-detail-page .cart-link:focus {
	color: #fff;
	background: #174f47;
	border-color: #174f47;
}
.product-detail-page .cart-link img {
	width: 24px;
	height: 24px;
}
.order-page .page-header {
	margin-bottom: 20px;
}
.order-page .nav-pills.order-category-nav,
.order-page .sublink-a.order-category-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0 18px;
	margin: 0 0 18px;
	padding: 0;
	border: 0;
	background: transparent;
}
.order-page .order-category-nav > li > a {
	position: relative;
	padding: 6px 0 8px;
	border-radius: 0;
	color: #2f5d45;
	background: transparent;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}
.order-page .order-category-nav > li > a:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	background: transparent;
	content: "";
}
.order-page .nav-pills.order-category-nav > li.active > a,
.order-page .nav-pills.order-category-nav > li.active > a:focus,
.order-page .nav-pills.order-category-nav > li.active > a:hover,
.order-page .sublink-a.order-category-nav > li.active > a,
.order-page .sublink-a.order-category-nav > li.active > a:focus,
.order-page .sublink-a.order-category-nav > li.active > a:hover {
	background: transparent;
	color: #173f2b;
}
.order-page .order-category-nav > li.active > a:after {
	background: #b8823e;
}
.order-toolbar {
	display: flex;
	justify-content: flex-end;
	margin: -4px 0 18px;
}
.order-notice {
	margin: 0 0 28px;
	padding: 22px 24px;
	border: 1px solid #eadcc5;
	background: #fbf4e8;
	color: var(--ds-ink);
	line-height: 1.8;
}
.order-notice h2,
.order-notice h3 {
	margin: 0 0 10px;
	color: var(--ds-coffee-dark);
	font-weight: 900;
	line-height: 1.35;
}
.order-notice h2 {
	font-size: 22px;
}
.order-notice h3 {
	margin-top: 18px;
	font-size: 17px;
}
.order-notice ul,
.order-notice ol {
	margin: 0 0 8px 22px;
	padding: 0;
}
.order-notice p {
	margin: 0 0 8px;
}
.order-notice__dynamic {
	margin-bottom: 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid #d8c6a8;
}
.cart-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 12px;
	border: 1px solid #d9c6a9;
	border-radius: 999px;
	background: #fffaf2;
	color: var(--ds-green-dark);
	font-weight: 700;
}
.cart-link img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}
.order-products-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px 26px;
	margin: 0 0 22px;
}
.order-product-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	background: #fff;
}
.order-product-photo {
	display: block;
	aspect-ratio: 1 / 0.78;
	background: #f3f4ef;
	border: 1px solid #e2d6c5;
	overflow: hidden;
}
.order-product-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.2s ease;
}
.order-product-card:hover .order-product-photo img {
	opacity: 0.88;
}
.order-product-body {
	display: grid;
	gap: 9px;
	padding: 12px 0 0;
}
.order-product-body h2 {
	margin: 0;
	font-size: 17px;
	line-height: 1.45;
	font-weight: 800;
}
.order-product-body h2 a {
	color: #1f3328;
}
.order-product-price {
	color: #a1482e;
	font-size: 16px;
	font-weight: 800;
}
.order-product-form {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 8px;
	align-items: end;
	margin: 2px 0 0;
}
.order-product-form label {
	display: grid;
	gap: 4px;
	margin: 0;
	color: var(--ds-muted);
	font-size: 12px;
	font-weight: 700;
}
.order-product-form input[type="number"] {
	width: 100%;
	min-height: 34px;
	border: 1px solid #cbd8d0;
	border-radius: 4px;
	padding: 5px 8px;
}
.order-product-form button {
	min-height: 34px;
	border: 0;
	border-radius: 4px;
	background: var(--ds-green-dark);
	color: #fff;
	padding: 7px 10px;
	font-weight: 700;
}
input,
select,
textarea {
	max-width: 100%;
	border: 1px solid #cfd9cd;
	border-radius: 6px;
	padding: 8px 10px;
	background: #fff;
}
input[type="number"],
input[name="num"] {
	min-width: 68px;
}
input[type="submit"] {
	margin-top: 8px;
	padding: 8px 12px;
}
.t13 {
	width: 100% !important;
	border: 1px solid var(--ds-line) !important;
	background: #fff;
}
.t13 th {
	background: var(--ds-green);
	color: #fff;
}
.t13 th,
.t13 td {
	padding: 12px !important;
	border-color: var(--ds-line) !important;
}
.order-cart-page .order-cart-table,
.order-cart-page .order-summary-table,
.order-check-page .order-check-shell,
.order-check-page .order-check-form {
	width: 100% !important;
	max-width: 100%;
}

.order-cart-page .order-cart-table {
	margin-right: auto;
	margin-left: auto;
	border-color: #d7e0dc !important;
}

.order-cart-page .order-cart-table th,
.order-cart-page .order-cart-table td,
.order-cart-page .order-summary-table th,
.order-cart-page .order-summary-table td,
.order-check-page .order-check-form th,
.order-check-page .order-check-form td {
	padding: 12px !important;
	border-color: #d7e0dc !important;
	vertical-align: middle;
}

.order-cart-page .order-cart-table th,
.order-cart-page .order-summary-table th,
.order-check-page .order-check-form th {
	color: #fff;
	background: #2d6f3f;
	font-weight: 900;
}

.order-cart-page .order-cart-table input[name="num"] {
	width: 74px;
	min-height: 40px;
	text-align: center;
	border: 1px solid #b9cbc7;
	border-radius: 4px;
}

.order-cart-page .order-summary-table {
	max-width: 520px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #d7e0dc !important;
}

.order-cart-page .p6,
.order-cart-page a[href="javascript:void(0);"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 6px 8px 12px;
}

.order-action-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin: 6px 0 14px;
}

.order-action-row a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.order-action-row img {
	display: block;
	max-width: 100%;
	height: auto;
}

.order-check-page .order-check-shell > tbody > tr > td,
.order-check-page .order-check-shell > tr > td {
	width: 100% !important;
	height: auto !important;
	padding: 0 !important;
}

.order-check-page .order-check-form {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #d7e0dc !important;
	background: #fff;
}

.order-check-page .order-check-form input[type="text"],
.order-check-page .order-check-form input[type="email"],
.order-check-page .order-check-form textarea {
	width: 100% !important;
	max-width: 100%;
	min-height: 42px;
	padding: 8px 10px;
	border: 1px solid #b9cbc7;
	border-radius: 4px;
}

.order-check-page .order-check-form textarea {
	min-height: 132px;
	resize: vertical;
}

.order-check-page .order-check-form input[type="submit"] {
	min-width: 160px;
	min-height: 42px;
	color: #fff;
	font-weight: 900;
	background: #174f47;
	border: 1px solid #174f47;
	border-radius: 4px;
}
.remove {
	cursor: pointer;
}
footer,
.site-footer {
	margin-top: 72px;
	padding: 50px 0;
	color: var(--ds-coffee-dark);
	text-align: left;
	background: #efe2cc;
	border-top: 1px solid #d8c6a8;
}
footer a,
.site-footer a {
	color: var(--ds-green-dark);
}
.site-footer__grid {
	display: grid;
	grid-template-columns: minmax(260px, 1.2fr) minmax(280px, 1fr) minmax(200px, 0.75fr);
	gap: 42px;
}
.site-footer__brand .logo_footer {
	display: inline-block;
	float: none;
	width: 170px;
	margin-bottom: 18px;
}
.site-footer__brand .logo_footer img {
	width: 100%;
	height: auto;
}
.site-footer__brand p {
	display: block;
	margin: 0 0 8px;
	color: #4e4437;
}
footer p:before,
.site-footer p:before {
	content: "";
	display: none;
}
.site-footer h2 {
	margin: 0 0 16px;
	color: var(--ds-coffee-dark);
	font-size: 18px;
	font-weight: 900;
}
.site-footer__nav,
.site-footer__external {
	display: grid;
	align-content: start;
	gap: 8px 18px;
}
.site-footer__nav {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.site-footer__nav h2,
.site-footer__external h2 {
	grid-column: 1 / -1;
}
.site-footer__nav a,
.site-footer__external a {
	font-weight: 800;
}
.site-footer__links {
	margin-top: 18px;
}
@media (max-width: 991px) {
	.site-masthead__inner {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 12px 18px;
	}
	.site-masthead__copy {
		flex: 1 1 calc(100% - 330px);
	}
	.site-masthead__meta {
		display: none;
		flex: 1 1 100%;
	}
	.site-masthead__contact {
		flex: 1 1 100%;
		grid-template-columns: auto auto;
		justify-content: start;
		gap: 7px 18px;
		font-size: 12px;
	}
	.site-contact-link--address {
		max-width: none;
	}
	.site-masthead__meta span {
		flex: 0 1 auto;
	}
	.site-cart-link {
		margin-left: auto;
	}
	.order-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.album-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.photo-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.order-category-nav {
		justify-content: flex-start;
	}
	.site-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}
	.site-footer__brand {
		grid-column: 1 / -1;
	}
}
@media (max-width: 767px) {
	body {
		background-size: 56px 100%, auto;
	}
	.site-masthead:before {
		right: -28vw;
		width: 120vw;
		height: 58%;
		opacity: 0.34;
	}
	.site-masthead__inner {
		align-items: center;
		flex-direction: row;
		min-height: 0;
		gap: 8px 10px;
		padding: 9px 0 10px;
	}
	.site-origin-mark {
		width: 68px;
		height: 68px;
		flex-basis: 68px;
	}
	.site-origin-mark span {
		font-size: 22px;
	}
	.site-origin-mark small {
		font-size: 7px;
	}
	.site-brand,
	.logo_sty {
		width: 132px;
		padding: 0;
		transform: none;
	}
	.site-masthead__copy {
		display: none;
	}
	.site-masthead__copy strong {
		font-size: 30px;
	}
	.site-masthead__copy span {
		font-size: 13px;
	}
	.site-masthead__meta {
		display: none;
		grid-template-columns: 1fr 1fr;
		width: 100%;
	}
	.site-masthead__contact {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		order: 3;
		flex: 1 1 100%;
		width: 100%;
		gap: 6px;
		font-size: 12px;
		line-height: 1.2;
	}
	.site-masthead__contact a {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 32px;
		padding: 6px 8px;
		text-align: center;
		background: #fbf4e8;
		border: 1px solid #eadcc5;
	}
	.site-masthead__contact span {
		display: none;
	}
	.site-contact-link--address {
		display: none !important;
	}
	.site-contact-link--phone {
		font-size: 12px;
	}
	.site-contact-link--facebook,
	.site-contact-link--map {
		justify-self: stretch;
		padding-top: 6px;
		font-size: 12px;
		border-top: 1px solid #eadcc5;
	}
	.site-cart-link {
		width: auto;
		min-width: 78px;
		min-height: 34px;
		margin-left: auto;
		padding: 7px 10px;
		font-size: 14px;
	}
	.site-masthead--home .site-masthead__inner {
		flex-direction: row;
		align-items: center;
		padding: 10px 0;
	}
	.site-masthead--home .site-brand {
		width: 132px;
	}
	.site-masthead--home .site-masthead__copy {
		display: none;
	}
	.site-masthead--home .site-cart-link {
		width: auto;
		min-width: 78px;
		margin-left: auto;
	}
	.site-footer {
		margin-top: 36px;
		padding: 24px 0 26px;
	}
	.site-footer__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.site-footer__nav {
		grid-template-columns: 1fr 1fr;
		gap: 6px 14px;
	}
	.site-footer__brand .logo_footer {
		width: 126px;
		margin-bottom: 10px;
	}
	.site-footer__brand p {
		margin-bottom: 5px;
		font-size: 13px;
		line-height: 1.45;
	}
	.site-footer h2 {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.site-footer__nav a,
	.site-footer__external a {
		font-size: 14px;
		line-height: 1.4;
	}
	.site-footer__external {
		grid-template-columns: 1fr 1fr;
		gap: 6px 14px;
	}
	.site-footer__external h2 {
		grid-column: 1 / -1;
	}
	.status .container {
		height: 150px;
		justify-content: center;
	}
	.status .logo_sty {
		margin-top: 0;
	}
	.navbar-default {
		background: #fffdf7;
	}
	.site-main-nav {
		border-top: 1px solid #eadcc5;
		box-shadow: none;
	}
	.site-main-nav .container,
	.site-main-nav .row,
	.site-main-nav .navbar-header,
	.site-main-nav #navbar {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.site-main-nav .navbar-header {
		display: flex;
		justify-content: flex-end;
		padding: 6px 15px;
	}
	.site-main-nav .navbar-toggle {
		display: block;
		margin: 0;
		border-color: #d6c4a6;
		background: #fff;
	}
	.site-main-nav .navbar-toggle:hover,
	.site-main-nav .navbar-toggle:focus {
		background: var(--ds-soft);
	}
	.site-main-nav .navbar-toggle .icon-bar {
		background-color: var(--ds-green-dark);
	}
	.site-main-nav #navbar {
		padding-right: 0 !important;
		padding-left: 0 !important;
		border-top: 1px solid #eadcc5;
		box-shadow: none;
		overflow-x: visible;
	}
	.site-main-nav #navbar.collapse {
		display: none !important;
	}
	.site-main-nav #navbar.collapse.in {
		display: block !important;
	}
	.site-main-nav .navbar-nav {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin: 0;
		white-space: normal;
	}
	.site-main-nav .navbar-nav > li {
		flex: 0 0 auto;
		width: 100%;
		border-bottom: 1px solid var(--ds-line);
	}
	.navbar-default .navbar-nav > li > a {
		padding: 12px 18px;
		color: var(--ds-green-dark);
		font-size: 14px;
		background: transparent;
	}
	.site-main-nav .navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: 100%;
		margin-top: 0;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		background: #fffaf0;
	}
	#navbar .dropdown-menu > li > a {
		padding: 10px 28px;
		white-space: normal;
	}
	.dropdown-menu li {
		background: #fff;
		border-bottom: 1px solid var(--ds-line);
	}
	.section-text {
		width: calc(100% - 18px);
		margin-top: 24px;
	}
	.section-text > .row > .col-md-12,
	.section-text .col-md-12 {
		padding: 22px 14px 34px;
	}
	.page-header h1 {
		font-size: 28px;
	}
	.nav-pills,
	.sublink-a {
		display: block;
	}
	.order-products-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.order-toolbar {
		justify-content: flex-start;
	}
	.order-product-form {
		grid-template-columns: 1fr;
	}
	.content-list__item {
		grid-template-columns: 40px minmax(0, 1fr);
		gap: 8px 12px;
		padding: 14px 0;
	}
	.content-list__number {
		display: none;
	}
	.content-list__date {
		grid-column: 2 / 3;
		white-space: normal;
	}
	.album-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 14px;
	}
	.album-hero {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-bottom: 22px;
		padding-bottom: 22px;
	}
	.album-hero__body h2 {
		font-size: 25px;
	}
	.photo-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 14px;
	}
	.work-card,
	.product-detail {
		grid-template-columns: 1fr;
	}
	.product-detail-page .product-detail__main {
		padding: 22px;
	}
	.product-detail-page .product-detail__side {
		position: static;
	}
	.work-card {
		gap: 14px;
		padding: 18px 0;
	}
	.work-card__title {
		font-size: 19px;
	}
	.product-toolbar {
		justify-content: flex-start;
	}
	.product-detail__side {
		padding: 14px;
	}
	.nav-pills > li > a,
	.sublink-a > li > a {
		margin-bottom: 6px;
	}
	.loan-calc-button {
		width: 100%;
		margin: 8px 0 0;
	}
	.section-text table {
		width: 100% !important;
	}
	.section-text table[border="0"] > tbody > tr > td,
	.section-text table[border="0"] > tr > td {
		display: inline-block;
		width: 100% !important;
		height: auto !important;
		padding: 10px 0;
		text-align: center !important;
		vertical-align: top;
	}
	.section-text table[border="1"],
	.section-text table[border="1"] tbody,
	.section-text table[border="1"] tr,
	.section-text table[border="1"] th,
	.section-text table[border="1"] td {
		display: block;
		width: 100% !important;
		text-align: left !important;
	}
	.section-text table[border="1"] tr {
		margin-bottom: 14px;
		border: 1px solid var(--ds-line);
	}
	.section-text table[border="1"] th {
		display: none;
	}
	.section-text table[border="1"] td {
		border: 0 !important;
		border-bottom: 1px solid var(--ds-line) !important;
	}
	.order-cart-page .order-cart-table,
	.order-cart-page .order-cart-table tbody,
	.order-cart-page .order-cart-table tr,
	.order-cart-page .order-cart-table td {
		display: block;
		width: 100% !important;
	}
	.order-cart-page .order-cart-table tr:first-child {
		display: none;
	}
	.order-cart-page .order-cart-table tr {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0;
		margin-bottom: 14px;
		border: 1px solid #d7e0dc;
		background: #fff;
	}
	.order-cart-page .order-cart-table td {
		min-height: 48px;
		padding: 12px !important;
		border: 0 !important;
		border-bottom: 1px solid #d7e0dc !important;
	}
	.order-cart-page .order-cart-table td:first-child {
		grid-column: 1 / -1;
		font-weight: 900;
	}
	.order-cart-page .order-cart-table td:nth-child(2):before,
	.order-cart-page .order-cart-table td:nth-child(3):before,
	.order-cart-page .order-cart-table td:nth-child(4):before {
		display: block;
		margin-bottom: 5px;
		color: #5d706d;
		font-size: 13px;
		font-weight: 900;
	}
	.order-cart-page .order-cart-table td:nth-child(2):before {
		content: "單價";
	}
	.order-cart-page .order-cart-table td:nth-child(3):before {
		content: "數量";
	}
	.order-cart-page .order-cart-table td:nth-child(4):before {
		content: "小計";
	}
	.order-cart-page .order-cart-table #pay_1 td:nth-child(2):before {
		content: "費用";
	}
	.order-cart-page .order-cart-table #pay_1 td:first-child {
		color: #174f47;
	}
	.order-cart-page .order-cart-table input[name="num"] {
		width: 90px !important;
		max-width: 100%;
	}
	.order-cart-page .order-summary-table,
	.order-cart-page .order-summary-table tbody,
	.order-cart-page .order-summary-table tr {
		display: block;
		width: 100% !important;
	}
	.order-cart-page .order-summary-table {
		margin-top: 16px;
		border: 1px solid #d7e0dc !important;
	}
	.order-cart-page .order-summary-table tr {
		display: grid;
		grid-template-columns: 108px minmax(0, 1fr);
	}
	.order-cart-page .order-summary-table th,
	.order-cart-page .order-summary-table td {
		display: flex;
		align-items: center;
		min-height: 48px;
		padding: 12px !important;
		text-align: left !important;
	}
	.order-cart-page .order-summary-table th {
		justify-content: flex-start;
	}
	.order-cart-page .p6,
	.order-cart-page a[href="javascript:void(0);"] {
		width: auto;
		margin: 0;
	}
	.order-cart-page .p6 img,
	.order-cart-page a[href="javascript:void(0);"] img {
		width: auto;
		max-width: 100%;
		height: auto;
	}
	.order-action-row {
		flex-wrap: nowrap;
		gap: 12px;
		margin-top: 12px;
	}
	.order-check-page .order-check-shell,
	.order-check-page .order-check-shell tbody,
	.order-check-page .order-check-shell tr,
	.order-check-page .order-check-shell td,
	.order-check-page .order-check-form,
	.order-check-page .order-check-form tbody,
	.order-check-page .order-check-form tr,
	.order-check-page .order-check-form th,
	.order-check-page .order-check-form td {
		display: block;
		width: 100% !important;
	}
	.order-check-page .order-check-shell td {
		padding: 0 !important;
		text-align: left !important;
	}
	.order-check-page .order-check-form {
		border: 1px solid #d7e0dc !important;
	}
	.order-check-page .order-check-form tr {
		clear: both;
		margin: 0;
	}
	.order-check-page .order-check-form tr:first-child th {
		display: block !important;
		width: 100% !important;
		padding: 14px !important;
		color: #fff;
		background: #2d6f3f !important;
		text-align: center !important;
	}
	.order-check-page .order-check-form th:not([colspan]) {
		display: block !important;
		width: 100% !important;
		padding: 12px 12px 4px !important;
		color: #174f47;
		background: #fff !important;
		text-align: left !important;
		border: 0 !important;
	}
	.order-check-page .order-check-form td {
		display: block !important;
		width: 100% !important;
		padding: 4px 12px 14px !important;
		border: 0 !important;
		text-align: left !important;
	}
	.order-check-page .order-check-form input[type="text"],
	.order-check-page .order-check-form input[type="email"],
	.order-check-page .order-check-form textarea {
		width: 100% !important;
		max-width: 100%;
	}
	.order-check-page .order-check-form input[type="submit"] {
		width: 100%;
		margin-top: 6px;
	}
}

/* Final redesign layer: shared header, homepage, footer, and RWD */
html {
	overflow-x: hidden;
}

body,
body:not(.home-redesign),
.home-redesign {
	color: #1d2928;
	background: #f3f6f5;
	overflow-x: hidden;
	padding-top: 126px;
}

body.home-redesign {
	background:
		linear-gradient(180deg, #eef3f1 0, #f7f8f5 420px, #f4f6f3 100%),
		#f4f6f3;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline: 3px solid rgba(31, 97, 97, 0.28);
	outline-offset: 2px;
}

.site-masthead,
.site-masthead--home {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	background: #ffffff;
	border-bottom: 1px solid #d8e1df;
}

.site-masthead__inner,
.site-masthead--home .site-masthead__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 78px;
	padding: 12px 0;
}

.site-identity {
	display: grid;
	grid-template-columns: auto minmax(0, auto);
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: 100%;
	min-width: 0;
}

.site-origin-mark,
.site-utility,
.site-masthead__meta,
.site-masthead__contact,
.site-cart-link {
	display: none !important;
}

.site-brand,
.site-masthead--home .site-brand,
.logo_sty {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: none;
	width: 54px;
	max-width: 18vw;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	transform: none;
}

.site-brand img,
.logo_sty img {
	display: block;
	width: 100%;
	height: auto;
}

.site-masthead__copy,
.site-masthead--home .site-masthead__copy {
	min-width: 0;
	color: #1d2928;
	text-align: left;
	text-shadow: none;
}

.site-masthead__copy p,
.site-masthead--home .site-masthead__copy p {
	display: block;
	margin: 0 0 4px;
	padding: 0;
	color: #173f38;
	background: transparent;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0;
}

.site-masthead__copy strong,
.site-masthead--home .site-masthead__copy strong {
	display: block;
	color: #283838;
	font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", Arial, sans-serif;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: 0;
}

.site-masthead__copy span,
.site-masthead--home .site-masthead__copy span {
	display: none;
}

.site-main-nav,
.navbar,
.navbar-default {
	position: fixed;
	top: 78px;
	right: 0;
	left: 0;
	z-index: 1029;
	margin-bottom: 0;
	background: #102e2b;
	border: 0;
	border-top: 1px solid #254743;
	border-bottom: 1px solid #081d1b;
	border-radius: 0;
	box-shadow: 0 3px 12px rgba(16, 46, 43, 0.2);
}

.site-main-nav .container,
.site-main-nav .row,
.site-main-nav .navbar-header,
.site-main-nav #navbar {
	margin-right: auto;
	margin-left: auto;
}

.site-main-nav > .container {
	width: 100%;
	padding-right: 24px;
	padding-left: 24px;
}

.site-main-nav > .container > .row {
	margin-right: 0;
	margin-left: 0;
}

.site-main-nav #navbar {
	float: none;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}

.site-main-nav .navbar-nav {
	display: inline-flex;
	float: none;
	flex-wrap: wrap;
	justify-content: center;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	vertical-align: top;
}

.site-main-nav .navbar-nav > li {
	float: none;
}

.site-main-nav .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a {
	padding: 13px 10px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	color: #ffffff;
	background: #174f47;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.site-main-nav .navbar-nav > .active > a,
.site-main-nav .navbar-nav > .active > a:focus,
.site-main-nav .navbar-nav > .active > a:hover {
	color: #102e2b;
	background: #e0b84b;
	box-shadow: none;
	text-shadow: none;
}

.site-main-nav .navbar-nav > li > a .caret {
	border-top-color: currentColor;
	border-bottom-color: currentColor;
}

.site-main-nav .navbar-nav > .site-nav-member {
	margin-left: 4px;
}

.site-main-nav .navbar-nav > li.site-nav-shop > a {
	position: relative;
	margin: 5px 0 5px 8px;
	padding: 6px 14px;
	color: #ffffff;
	background: #c44732;
	border: 2px solid #f2ca63;
	border-radius: 999px;
	box-shadow: 0 0 0 2px rgba(242, 202, 99, 0.22), 0 5px 14px rgba(5, 25, 22, 0.28);
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.site-main-nav .navbar-nav > li.site-nav-shop > a::before {
	content: "✦";
	margin-right: 7px;
	color: #ffe7a5;
	font-size: 13px;
}

.site-main-nav .navbar-nav > li.site-nav-shop > a::after {
	content: "→";
	margin-left: 8px;
	font-size: 15px;
}

.site-main-nav .navbar-nav > li.site-nav-shop > a:hover,
.site-main-nav .navbar-nav > li.site-nav-shop > a:focus {
	color: #ffffff;
	background: #df583f;
	box-shadow: 0 0 0 3px rgba(242, 202, 99, 0.34), 0 7px 18px rgba(5, 25, 22, 0.32);
	transform: translateY(-1px);
}

.site-main-nav .navbar-nav > li.site-nav-shop.active > a,
.site-main-nav .navbar-nav > li.site-nav-shop.active > a:hover,
.site-main-nav .navbar-nav > li.site-nav-shop.active > a:focus {
	color: #102e2b;
	background: #f0c953;
	border-color: #fff0bb;
	box-shadow: 0 0 0 3px rgba(240, 201, 83, 0.35), 0 7px 18px rgba(5, 25, 22, 0.3);
}

.site-main-nav .navbar-nav > li.site-nav-shop.active > a::before {
	color: #9d321f;
}

.site-main-nav .dropdown-menu {
	background: #173f38;
	border: 1px solid #31534f;
	border-radius: 6px;
	box-shadow: 0 16px 34px rgba(27, 51, 49, 0.12);
}

.site-main-nav #navbar .dropdown-menu > li > a {
	padding: 10px 18px;
	color: #ffffff;
	font-weight: 700;
}

.site-main-nav #navbar .dropdown-menu > li > a:hover,
.site-main-nav #navbar .dropdown-menu > li > a:focus {
	color: #ffffff;
	background: #28665b;
}

.site-main-nav #navbar .dropdown-menu > .active > a,
.site-main-nav #navbar .dropdown-menu > .active > a:focus,
.site-main-nav #navbar .dropdown-menu > .active > a:hover {
	color: #102e2b;
	background: #e0b84b;
	text-shadow: none;
}

.site-main-nav .navbar-toggle {
	float: none;
	margin: 0;
	padding: 9px 10px;
	border-color: #8a762f;
	border-radius: 4px;
	background: #102e2b;
}

.site-main-nav .navbar-toggle:hover,
.site-main-nav .navbar-toggle:focus {
	background: #174f47;
}

.site-main-nav .navbar-toggle .icon-bar {
	background: #ffffff;
}

.site-notice-modal .modal-dialog {
	width: min(720px, calc(100% - 32px));
	margin: 120px auto 30px;
}

.site-notice-modal .modal-content {
	border: 0;
	border-radius: 8px;
	box-shadow: 0 22px 60px rgba(16, 46, 43, 0.22);
}

.site-notice-modal .modal-header {
	padding: 18px 22px;
	border-bottom: 1px solid #d7e0dc;
}

.site-notice-modal .modal-title {
	margin: 0;
	color: #173f38;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: 0;
}

.site-notice-modal .close {
	margin-top: 1px;
	color: #173f38;
	opacity: 0.8;
}

.site-notice-modal .modal-body {
	padding: 20px 22px;
}

.site-notice-body {
	max-height: 52vh;
	margin: 0 0 16px;
	padding: 16px;
	overflow: auto;
	color: #263837;
	background: #f7faf9;
	border: 1px solid #d7e0dc;
	border-radius: 6px;
	font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", Arial, sans-serif;
	font-size: 15px;
	line-height: 1.8;
	white-space: pre-wrap;
}

.site-notice-check {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: #263837;
	font-size: 15px;
	font-weight: 800;
}

.site-notice-check input {
	margin: 0;
}

.site-notice-modal .modal-footer {
	padding: 14px 22px 20px;
	border-top: 0;
}



















































.section-text {
	width: min(1540px, calc(100% - 28px));
	margin: 48px auto 48px;
}

.section-text > .row > .col-md-12,
.section-text .col-md-12 {
	background: #ffffff;
	border: 1px solid #d7e0dc;
	border-radius: 8px;
	padding: 30px 34px 46px;
	box-shadow: none;
}

.breadcrumb {
	display: none !important;
	margin: 0;
	padding: 0;
}

.page-header {
	margin: 0 0 28px;
	padding-bottom: 14px;
	border-bottom: 1px solid #d7e0dc;
}

.page-header h1,
.section-text h1,
.section-text h2 {
	color: #173f38;
	letter-spacing: 0;
}

.btn,
.form-control,
.input-group-addon,
.panel,
.thumbnail,
.well {
	border-radius: 4px;
}

.btn-primary,
.btn-success,
button[type="submit"],
input[type="submit"] {
	background: #174f47;
	border-color: #174f47;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-success:hover,
.btn-success:focus,
button[type="submit"]:hover,
button[type="submit"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #0f3732;
	border-color: #0f3732;
}

.site-footer {
	margin-top: 0;
	padding: 42px 0;
	color: #dce7e4;
	background: #102e2b;
	border-top: 4px solid #8a762f;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: minmax(260px, 1.2fr) minmax(220px, 1fr) minmax(180px, 0.8fr);
	gap: 28px;
	max-width: 1040px;
	margin-right: auto;
	margin-left: auto;
}

.site-footer h2,
.site-footer p {
	margin-top: 0;
}

.site-footer h2 {
	margin-bottom: 14px;
	color: #ffffff;
	font-size: 17px;
	font-weight: 900;
}

.site-footer p {
	margin-bottom: 7px;
	color: #dce7e4;
	font-size: 14px;
}

.site-footer a {
	display: block;
	margin-bottom: 8px;
	color: #dce7e4;
	font-weight: 700;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #e8d38f;
}

.site-footer__brand a,
.site-footer__brand .logo_footer {
	display: inline-block;
}

.site-footer__brand img {
	width: 150px;
	height: auto;
	margin-bottom: 12px;
	filter: brightness(0) invert(1);
}

.site-floating-actions {
	position: fixed;
	right: max(18px, env(safe-area-inset-right));
	bottom: max(20px, env(safe-area-inset-bottom));
	z-index: 1026;
	display: grid;
	gap: 10px;
}

.site-floating-action {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	padding: 0;
	color: #ffffff;
	background: #174f47;
	border: 2px solid rgba(255, 255, 255, 0.88);
	border-radius: 50%;
	box-shadow: 0 7px 20px rgba(8, 32, 29, 0.3);
	cursor: pointer;
	transition: opacity 0.22s ease, transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.site-floating-action svg {
	display: block;
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.site-floating-action--facebook {
	background: #1877f2;
}

.site-floating-action--facebook svg {
	width: 27px;
	height: 27px;
	fill: currentColor;
	stroke: none;
}

.site-floating-action--phone {
	background: #c44732;
	border-color: #f2ca63;
}

.site-floating-action--phone svg {
	fill: currentColor;
	stroke: none;
}

.site-floating-action:hover,
.site-floating-action:focus {
	color: #ffffff;
	background: #28665b;
	box-shadow: 0 9px 24px rgba(8, 32, 29, 0.38);
	transform: translateY(-2px);
}

.site-floating-action--facebook:hover,
.site-floating-action--facebook:focus {
	background: #0d62d1;
}

.site-floating-action--phone:hover,
.site-floating-action--phone:focus {
	background: #df583f;
}

.site-floating-action--top {
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
}

.site-floating-action--top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

@media (max-width: 1199px) {
	.site-main-nav .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a {
		padding-right: 5px;
		padding-left: 5px;
		font-size: 13px;
	}


}

@media (max-width: 991px) {
	body,
	body:not(.home-redesign),
	.home-redesign {
		padding-top: 154px;
	}

	.site-masthead__inner,
	.site-masthead--home .site-masthead__inner {
		min-height: 72px;
	}

	.site-main-nav,
	.navbar,
	.navbar-default {
		top: 72px;
	}

	.site-main-nav .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a {
		padding: 11px 7px;
		font-size: 13px;
	}






	.site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body,
	body:not(.home-redesign),
	.home-redesign {
		padding-top: 70px;
	}

	.site-masthead,
	.site-masthead--home {
		z-index: 1031;
	}

	.site-masthead__inner,
	.site-masthead--home .site-masthead__inner {
		min-height: 70px;
		padding: 8px 56px 8px 12px;
	}

	.site-identity {
		grid-template-columns: 46px minmax(0, max-content);
		justify-content: center;
		gap: 10px;
	}

	.site-brand,
	.site-masthead--home .site-brand,
	.logo_sty {
		width: 46px;
		max-width: 46px;
	}

	.site-masthead__copy,
	.site-masthead--home .site-masthead__copy {
		display: block !important;
		max-width: calc(100vw - 124px);
	}

	.site-masthead__copy p,
	.site-masthead--home .site-masthead__copy p {
		margin-bottom: 2px;
		font-size: 16px;
		line-height: 1.25;
	}

	.site-masthead__copy strong,
	.site-masthead--home .site-masthead__copy strong {
		font-size: 12px;
		line-height: 1.25;
		white-space: normal;
	}

	.site-main-nav,
	.navbar,
	.navbar-default {
		top: 0;
		z-index: 1032;
		background: transparent;
		border: 0;
		box-shadow: none;
		pointer-events: none;
	}

	.site-main-nav .container,
	.site-main-nav .row,
	.site-main-nav .navbar-header,
	.site-main-nav #navbar {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.site-main-nav .navbar-header {
		position: fixed;
		top: 14px;
		right: 12px;
		z-index: 1034;
		display: flex;
		justify-content: flex-end;
		width: auto;
		min-height: 0;
		pointer-events: auto;
	}

	.site-main-nav .navbar-toggle {
		display: block;
		position: relative;
		z-index: 1035;
		pointer-events: auto;
	}

	.site-main-nav #navbar {
		position: fixed;
		top: 70px;
		right: 0;
		left: 0;
		z-index: 1032;
		overflow-y: auto !important;
		max-height: calc(100vh - 70px);
		padding: 8px 16px 18px;
		background: #102e2b;
		border-top: 1px solid #254743;
		border-bottom: 1px solid #081d1b;
		box-shadow: 0 12px 24px rgba(27, 51, 49, 0.1);
		pointer-events: auto;
	}

	.site-main-nav #navbar.collapse {
		display: none !important;
	}

	.site-main-nav #navbar.collapse.in {
		display: block !important;
	}

	.site-main-nav .navbar-nav {
		display: block;
		float: none;
		width: 100%;
		max-width: none;
		margin: 0;
		text-align: center;
	}

	.site-main-nav .navbar-nav > li {
		display: block;
		width: 100%;
	}

	.site-main-nav .navbar-nav > .site-nav-member {
		margin-left: 0;
	}

	.site-main-nav .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a {
		padding: 12px 10px;
		font-size: 15px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	}

	.site-main-nav .navbar-nav > li.site-nav-shop > a {
		width: min(230px, calc(100% - 28px));
		margin: 12px auto 6px;
		padding: 10px 18px;
		border: 2px solid #f2ca63;
	}

	.site-main-nav .navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: 100%;
		margin: 0;
		padding: 4px 0 10px;
		background: #0b2421;
		border: 0;
		box-shadow: none;
		text-align: center;
	}

	.site-main-nav #navbar .navbar-nav .open .dropdown-menu > li {
		background: transparent;
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.site-main-nav #navbar .navbar-nav .open .dropdown-menu > li:last-child {
		border-bottom: 0;
	}

	.site-floating-actions {
		right: max(12px, env(safe-area-inset-right));
		bottom: max(12px, env(safe-area-inset-bottom));
		gap: 8px;
	}

	.site-floating-action {
		width: 46px;
		height: 46px;
		padding: 0;
		border-width: 2px;
		border-radius: 50%;
	}

	.site-floating-action svg {
		width: 22px;
		height: 22px;
	}

	.navbar-default #navbar .navbar-nav .open .dropdown-menu > li > a,
	.site-main-nav #navbar .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
	}

	.navbar-default #navbar .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default #navbar .navbar-nav .open .dropdown-menu > .active > a:focus,
	.navbar-default #navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #102e2b;
		background: #e0b84b;
	}

	.site-notice-modal .modal-dialog {
		width: min(100% - 20px, 720px);
		margin-top: 86px;
	}

	.site-notice-modal .modal-header,
	.site-notice-modal .modal-body {
		padding-right: 16px;
		padding-left: 16px;
	}

	.site-notice-body {
		max-height: 48vh;
		font-size: 14px;
		line-height: 1.75;
	}














	.section-text {
		width: min(100% - 24px, 1140px);
		margin: 28px auto 28px;
	}

	.section-text > .row > .col-md-12,
	.section-text .col-md-12 {
		padding: 22px 18px 30px;
	}

	.site-footer {
		padding: 32px 0;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}
}

@media (max-width: 420px) {
	.site-masthead__inner,
	.site-masthead--home .site-masthead__inner {
		padding-right: 54px;
		padding-left: 8px;
	}

	.site-identity {
		grid-template-columns: 42px minmax(0, max-content);
		gap: 8px;
	}

	.site-brand,
	.site-masthead--home .site-brand,
	.logo_sty {
		width: 42px;
		max-width: 42px;
	}

	.site-masthead__copy,
	.site-masthead--home .site-masthead__copy {
		display: block !important;
		max-width: calc(100vw - 112px);
	}

	.site-masthead__copy p,
	.site-masthead--home .site-masthead__copy p {
		font-size: 15px;
	}

	.site-masthead__copy strong,
	.site-masthead--home .site-masthead__copy strong {
		font-size: 11px;
	}



}

/* Final order flow overrides */
.order-action-row {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin: 12px 0 18px;
	white-space: nowrap;
}

.order-action-row a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
}

.order-action-row img {
	display: block;
	width: 103px;
	max-width: 100%;
	height: auto;
}

.order-action-button {
	min-width: 150px;
	min-height: 46px;
	padding: 12px 24px;
	border: 2px solid #236242;
	border-radius: 4px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.order-action-button--secondary {
	background: #fff;
	color: #236242;
}

.order-action-button--primary {
	border-color: #f28c28;
	background: #f28c28;
	color: #fff;
	box-shadow: 0 8px 18px rgba(242, 140, 40, 0.24);
}

.order-action-button--secondary:hover,
.order-action-button--secondary:focus {
	border-color: #174f47;
	background: #eef5f3;
	color: #174f47;
}

.order-action-button--primary:hover,
.order-action-button--primary:focus {
	border-color: #d96f12;
	background: #d96f12;
	color: #fff;
}

.order-check-member-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 0;
	align-items: start;
	max-width: 1180px;
	margin: 18px auto 32px;
}

.order-check-login-panel,
.order-check-register-column {
	min-width: 0;
}

.order-check-login-panel {
	padding: 8px 44px 30px 16px;
}

.order-check-register-column {
	padding-left: 44px;
	border-left: 1px solid #d5e3d9;
}

.order-check-column-heading {
	display: grid;
	grid-template-columns: max-content minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	min-height: 70px;
	margin: 0;
}

.order-check-column-heading h2 {
	margin: 0;
	color: #2d6f3f;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

.order-check-column-heading span {
	display: block;
	margin-top: 2px;
	color: #374844;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	letter-spacing: 0.02em;
}

.order-check-column-description {
	margin: 0;
	color: #49635a;
	line-height: 1.7;
}

.order-check-login-form {
	display: grid;
	gap: 0;
	margin-top: 18px;
	background: #fff;
	border: 1px solid #d7e0dc;
	border-top: 4px solid #2d6f3f;
	box-shadow: 0 5px 18px rgba(48, 58, 53, 0.08);
}

.order-check-login-field {
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	padding: 16px 18px;
	border-bottom: 1px solid #e3ebe7;
}

.order-check-login-field label {
	display: block;
	margin: 8px 0 0;
	color: #174f47;
	font-weight: 900;
}

.order-check-login-field input {
	width: 100%;
	min-height: 42px;
	padding: 8px 10px;
	background: #fff;
	border: 1px solid #b9cbc7;
	border-radius: 4px;
}

.order-check-login-password-wrap {
	display: grid;
	gap: 10px;
}

.order-check-login-password-wrap a {
	justify-self: end;
	color: #354840;
	font-size: 13px;
	font-weight: 800;
}

.order-check-login-submit,
.order-check-error-login {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 210px;
	min-height: 42px;
	padding: 9px 14px;
	color: #fff;
	background: #2d6f3f;
	border: 1px solid #2d6f3f;
	border-radius: 0;
	font-weight: 900;
	text-align: center;
}

.order-check-login-actions {
	padding: 18px;
	text-align: center;
}

.order-check-login-submit:hover,
.order-check-login-submit:focus,
.order-check-error-login:hover,
.order-check-error-login:focus {
	color: #fff;
	background: #205831;
	border-color: #205831;
	text-decoration: none;
}

.order-check-register-intro {
	margin: 0;
	padding: 8px 0 0;
}

.order-check-register-column .order-check-form-panel,
.order-check-register-column .alert {
	max-width: none;
	margin-right: 0;
	margin-left: 0;
}

.order-check-register-column .order-check-form-panel {
	border-top: 4px solid #2d6f3f;
	box-shadow: 0 5px 18px rgba(48, 58, 53, 0.08);
}

.order-check-register-column .order-check-actions input[type="submit"] {
	min-width: 210px;
	background: #2d6f3f;
	border-color: #2d6f3f;
	border-radius: 0;
}

.order-check-signed-in {
	max-width: 760px;
	margin: 0 auto 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 12px;
	align-items: center;
	padding: 16px 18px;
	color: #234b3a;
	background: #edf6f0;
	border: 1px solid #c8ddcf;
	border-radius: 6px;
}

.order-check-signed-in strong {
	font-weight: 900;
}

.order-check-page .alert {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
}

.order-check-error-login {
	margin-top: 12px;
}

.order-check-form-panel {
	display: grid;
	gap: 0;
	margin-top: 18px;
	background: #fff;
	border: 1px solid #d7e0dc;
	border-top: 4px solid #2d6f3f;
	box-shadow: 0 5px 18px rgba(48, 58, 53, 0.08);
}

.order-check-form-panel h2 {
	margin: 0;
	padding: 16px 18px;
	color: #fff;
	background: #2d6f3f;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
}

.order-check-account-note {
	padding: 13px 18px;
	color: #244f3a;
	background: #eff6f1;
	border-bottom: 1px solid #cfe0d4;
	font-weight: 700;
	line-height: 1.65;
	text-align: center;
}

.order-check-account-divider {
	display: flex;
	flex-wrap: wrap;
	gap: 3px 12px;
	align-items: baseline;
	padding: 13px 18px;
	color: #174f47;
	background: #f0f6f3;
	border-bottom: 1px solid #d7e4dc;
}

.order-check-account-divider strong {
	font-weight: 900;
}

.order-check-account-divider span,
.order-check-field small {
	color: #60716d;
	font-size: 13px;
	line-height: 1.55;
}

.order-check-field small {
	display: block;
	margin-top: 6px;
}

.order-check-field {
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	padding: 16px 18px;
	border-bottom: 1px solid #e3ebe7;
}

.order-check-field label {
	margin: 8px 0 0;
	color: #174f47;
	font-weight: 900;
	line-height: 1.45;
}



.order-check-field label > span {
    margin-left: 4px;
    color: var(--member-copper);
}


.order-check-field input,
.order-check-field textarea {
	width: 100% !important;
	max-width: 100%;
	min-height: 42px;
	padding: 8px 10px;
	border: 1px solid #b9cbc7;
	border-radius: 4px;
}

.order-check-field textarea {
	min-height: 132px;
	resize: vertical;
}

.order-check-actions {
	padding: 18px;
	text-align: center;
}

.order-check-actions input[type="submit"] {
	min-width: 160px;
	min-height: 42px;
	color: #fff;
	font-weight: 900;
	background: #174f47;
	border: 1px solid #174f47;
	border-radius: 0;
}

@media (max-width: 767px) {
	.order-action-row {
		flex-wrap: nowrap !important;
		gap: 10px;
	}

	.order-action-row img {
		width: 103px;
	}

	.order-action-button {
		flex: 1 1 0;
		min-width: 0;
		padding: 12px 10px;
		font-size: 16px;
	}

	.order-check-member-layout {
		grid-template-columns: 1fr;
		gap: 28px;
		margin-top: 8px;
	}

	.order-check-login-panel {
		padding: 8px 4px 28px;
	}

	.order-check-register-column {
		padding: 30px 0 0;
		border-top: 1px solid #e1d9cc;
		border-left: 0;
	}

	.order-check-register-intro {
		padding: 0;
	}

	.order-check-column-heading h2 {
		font-size: 28px;
	}

	.order-check-login-field {
		display: block;
		padding: 14px;
	}

	.order-check-login-field label {
		margin: 0 0 8px;
	}

	.order-check-login-submit {
		width: 100%;
	}

	.order-check-login-actions {
		padding: 14px;
	}

	.order-check-signed-in {
		display: block;
	}

	.order-check-signed-in span {
		display: block;
		margin-top: 4px;
	}

	.order-check-form-panel {
		margin-right: 0;
		margin-left: 0;
		border-radius: 4px;
	}

	.order-check-form-panel h2 {
		padding: 14px;
		font-size: 18px;
	}

	.order-check-account-note,
	.order-check-account-divider {
		padding: 12px 14px;
	}

	.order-check-field {
		display: block;
		padding: 14px;
	}

	.order-check-field label {
		display: block;
		margin: 0 0 8px;
	}

	.order-check-actions {
		padding: 14px;
	}

	.order-check-actions input[type="submit"] {
		width: 100%;
	}

	.order-cart-page .order-summary-table {
		width: 100% !important;
		max-width: 100%;
	}

	.order-cart-page .order-summary-table tr {
		display: grid !important;
		grid-template-columns: 104px minmax(0, 1fr);
	}

	.order-cart-page .order-summary-table th,
	.order-cart-page .order-summary-table td {
		display: flex !important;
		align-items: center;
		min-height: 48px;
		padding: 12px !important;
		text-align: left !important;
	}
}

/* News detail page */
.news-detail-page .col-md-12 {
	background: transparent;
	border: 0;
	padding: 0;
}

.news-detail {
	max-width: 920px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #d7e0dc;
	border-radius: 8px;
	overflow: hidden;
}

.news-detail__header {
	padding: 30px 34px 22px;
	border-bottom: 1px solid #dfe6e3;
}

.news-detail__eyebrow {
	margin: 0 0 8px;
	color: #6e5b24;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.news-detail__header h1 {
	margin: 0;
	color: #173f38;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.45;
	letter-spacing: 0;
}

.news-detail__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	align-items: center;
	margin-top: 16px;
	color: #5d706d;
	font-size: 15px;
	font-weight: 800;
}

.news-detail__file {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #174f47;
	font-weight: 900;
}

.news-detail__content {
	padding: 30px 34px;
	color: #263837;
	font-size: 16px;
	line-height: 1.9;
}

.news-detail__content img,
.news-detail__content table {
	max-width: 100%;
	height: auto;
}

.news-detail__gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	padding: 0 34px 30px;
}

.news-detail__gallery a {
	display: block;
	overflow: hidden;
	background: #eef3f1;
	border: 1px solid #d7e0dc;
	border-radius: 6px;
}

.news-detail__gallery img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	height: auto;
	object-fit: cover;
}

.news-detail__actions {
	padding: 20px 34px 30px;
	text-align: center;
	border-top: 1px solid #dfe6e3;
}

.news-detail__back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 9px 18px;
	color: #fff;
	background: #174f47;
	border: 1px solid #174f47;
	border-radius: 4px;
	font-weight: 900;
}

.news-detail__back:hover,
.news-detail__back:focus {
	color: #fff;
	background: #0f3732;
	border-color: #0f3732;
}

@media (max-width: 767px) {
	.news-detail-page .col-md-12 {
		padding: 0;
	}

	.news-detail {
		border-radius: 4px;
	}

	.news-detail__header,
	.news-detail__content,
	.news-detail__actions {
		padding-right: 18px;
		padding-left: 18px;
	}

	.news-detail__header {
		padding-top: 22px;
	}

	.news-detail__header h1 {
		font-size: 24px;
	}

	.news-detail__gallery {
		grid-template-columns: 1fr;
		padding-right: 18px;
		padding-left: 18px;
	}
}

/* Homepage visual design */
body.home-redesign {
	padding-top: 0;
}

#dongshan-homepage-concept {
	--home-green: #0f5637;
	--home-green-deep: #073d2a;
	--home-red: #ba3d2f;
	--home-paper: #fffdf8;
	--home-ink: #173328;
	--home-muted: #65736b;
	width: 100%;
	overflow: hidden;
	color: var(--home-ink);
	background: var(--home-paper);
	font-family: "Microsoft JhengHei", "Noto Sans TC", Arial, sans-serif;
}

#dongshan-homepage-concept *,
#dongshan-homepage-concept *::before,
#dongshan-homepage-concept *::after {
	box-sizing: border-box;
}

#dongshan-homepage-concept a {
	color: inherit;
	text-decoration: none;
}

#dongshan-homepage-concept img {
	display: block;
	max-width: 100%;
}

.ds-hero {
	position: relative;
	z-index: 0;
	height: 100vh;
	min-height: 600px;
	overflow: hidden;
	background: #f3f5ef;
}

.ds-hero-stage {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #f3f5ef;
}

#dongshan-homepage-concept .ds-hero-image {
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(var(--hero-scale, 1));
	opacity: var(--hero-opacity, 1);
	will-change: transform, opacity;
}

.ds-hero-shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(5, 29, 20, 0.6) 0%, rgba(5, 29, 20, 0.18) 36%, rgba(5, 29, 20, 0) 66%);
	opacity: var(--hero-opacity, 1);
}

.ds-hero-copy {
	position: absolute;
	z-index: 2;
	left: clamp(28px, 7vw, 110px);
	bottom: clamp(92px, 13vh, 142px);
	color: #fff;
	opacity: var(--copy-opacity, 1);
	transform: translateY(var(--copy-y, 0));
}

.ds-hero-copy > span {
	display: block;
	margin-bottom: 16px;
	color: #f8df83;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.18em;
}

.ds-hero-copy h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(42px, 5.2vw, 76px);
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: 0;
	text-shadow: 0 4px 22px rgba(0, 0, 0, 0.22);
}

.ds-scroll {
	position: absolute;
	z-index: 5;
	right: clamp(110px, 9.5vw, 160px);
	bottom: 52px;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 0;
	color: #fff !important;
	background: transparent;
	font-size: 19px;
	font-weight: 900;
	white-space: nowrap;
	text-shadow: 0 3px 12px #000, 0 0 3px #000;
}

.ds-scroll > span {
	position: relative;
	width: 46px;
	height: 46px;
	border: 2px solid #fff;
	border-radius: 50%;
	filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.55));
}

.ds-scroll > span::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 10px;
	width: 1px;
	height: 14px;
	background: #fff;
	animation: dsHomeScroll 1.8s ease-in-out infinite;
}

.ds-scroll > span::after {
	content: "";
	position: absolute;
	left: 17px;
	top: 21px;
	width: 7px;
	height: 7px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.ds-news {
	position: relative;
	z-index: 4;
	display: grid;
	grid-template-columns: 0.72fr 1.18fr 0.82fr;
	align-items: center;
	column-gap: clamp(34px, 4.5vw, 76px);
	width: 100%;
	margin: 0 auto;
	padding: 172px max(48px, calc((100vw - 1240px) / 2)) 132px;
	background: #f3f5ef;
}

.ds-news-heading {
	align-self: start;
	padding-top: 24px;
}

.ds-news-heading p {
	margin: 0 0 40px;
	color: var(--home-muted);
	font-size: 14px;
	line-height: 1.9;
}

.ds-news-heading h2 {
	margin: 0;
	color: var(--home-green);
	font-size: clamp(46px, 4.5vw, 66px);
	line-height: 1.1;
	letter-spacing: 0;
	white-space: nowrap;
}

.ds-news-list {
	border-top: 2px solid var(--home-green);
}

.ds-news-list a {
	display: grid;
	grid-template-columns: 58px 1fr 28px;
	align-items: center;
	gap: 18px;
	min-height: 108px;
	border-bottom: 1px solid #b9c5bd;
	transition: color 0.25s ease, transform 0.25s ease;
}

.ds-news-list a:hover,
.ds-news-list a:focus {
	color: var(--home-red);
	transform: translateX(7px);
}

.ds-news-list time {
	color: var(--home-red);
	font-size: 13px;
	font-weight: 800;
}

.ds-news-list strong {
	font-size: 16px;
	line-height: 1.55;
}

.ds-news-list a > span {
	width: 27px;
	height: 27px;
	overflow: hidden;
	color: transparent;
	font-size: 0;
	white-space: nowrap;
}

.ds-news-list a > span::before {
	content: "→";
	display: grid;
	place-items: center;
	width: 27px;
	height: 27px;
	color: var(--home-green);
	font-size: 17px;
}

.ds-news-photo {
	position: relative;
	margin: 0;
}

.ds-news-photo::before {
	content: "";
	position: absolute;
	right: -24px;
	top: -24px;
	width: 74%;
	height: 58%;
	border: 1px solid #aabda2;
	border-radius: 0 92px 0 0;
}

.ds-news-photo img {
	position: relative;
	width: 100%;
	aspect-ratio: 0.88 / 1;
	object-fit: cover;
	border-radius: 0 86px 0 0;
}

.ds-news-photo figcaption {
	position: absolute;
	left: -18px;
	bottom: 28px;
	max-width: 210px;
	padding: 14px 18px;
	color: #fff;
	background: var(--home-red);
	font-size: 12px;
	font-weight: 800;
}

.ds-finance {
	position: relative;
	z-index: 5;
	padding: 136px 0 144px;
	background: var(--home-paper);
	border-bottom: 1px solid #d8ded8;
}

.ds-finance-inner {
	display: grid;
	grid-template-columns: 0.72fr 1.28fr;
	align-items: start;
	gap: clamp(70px, 9vw, 145px);
	width: min(1180px, calc(100% - 96px));
	margin: 0 auto;
}

.ds-finance-heading {
	position: sticky;
	top: 150px;
}

.ds-finance-heading h2 {
	margin: 0;
	color: var(--home-green);
	font-size: clamp(46px, 4.3vw, 62px);
	line-height: 1.18;
	letter-spacing: 0;
	white-space: nowrap;
}

.ds-finance-heading::after {
	content: "";
	display: block;
	width: 72px;
	height: 5px;
	margin-top: 34px;
	background: var(--home-red);
}

.ds-finance-links {
	border-top: 2px solid var(--home-green);
}

.ds-finance-links a {
	display: grid;
	grid-template-columns: 54px 1fr auto;
	grid-template-rows: auto auto;
	align-items: center;
	gap: 8px 18px;
	min-height: 138px;
	padding: 26px 8px;
	border-bottom: 1px solid #b6c2ba;
	transition: color 0.25s ease, padding 0.25s ease;
}

.ds-finance-links a:hover,
.ds-finance-links a:focus {
	padding-left: 18px;
	color: var(--home-red);
}

.ds-finance-number {
	grid-column: 1;
	grid-row: 1 / 3;
	color: var(--home-red);
	font-size: 12px;
	font-weight: 900;
}

.ds-finance-links strong {
	grid-column: 2;
	grid-row: 1;
	font-size: 28px;
}

.ds-finance-links small {
	grid-column: 2;
	grid-row: 2;
	color: var(--home-muted);
	font-size: 13px;
	line-height: 1.6;
}

.ds-finance-links i {
	grid-column: 3;
	grid-row: 1 / 3;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid #9baca1;
	border-radius: 50%;
	font-size: 18px;
	font-style: normal;
}

.ds-produce {
	position: relative;
	height: min(78vw, 860px);
	min-height: 640px;
	overflow: hidden;
	background: var(--home-red);
}

.ds-produce > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.01);
}

.ds-produce::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(119, 12, 7, 0.72) 0%, rgba(119, 12, 7, 0.22) 36%, rgba(119, 12, 7, 0) 62%);
}

.ds-produce-copy {
	position: absolute;
	z-index: 2;
	left: clamp(28px, 7vw, 110px);
	top: 50%;
	width: min(440px, 38vw);
	color: #fff;
	transform: translateY(-50%);
}

.ds-produce-copy h2 {
	margin: 28px 0 18px;
	color: #fff;
	font-size: clamp(52px, 7vw, 94px);
	line-height: 1;
	letter-spacing: 0;
}

.ds-produce-copy p {
	margin: 0 0 34px;
	font-size: 17px;
	line-height: 1.9;
}

.ds-produce-copy > a {
	display: inline-flex;
	align-items: center;
	gap: 30px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	font-size: 14px;
	font-weight: 800;
}

.ds-produce-copy > a span {
	font-size: 22px;
}

.ds-gallery {
	position: relative;
	display: grid;
	grid-template-columns: minmax(300px, 0.7fr) minmax(620px, 1.35fr);
	align-items: center;
	gap: clamp(40px, 6vw, 100px);
	width: 100%;
	min-height: 900px;
	padding: 140px max(48px, calc((100vw - 1320px) / 2)) 150px;
	overflow: hidden;
	color: var(--home-green-deep);
	background: #dfe9e4;
}

.ds-gallery::before {
	content: "";
	position: absolute;
	left: -8vw;
	top: -210px;
	width: 54vw;
	height: 330px;
	border: 1px solid rgba(15, 86, 55, 0.18);
	border-radius: 50%;
	transform: rotate(-7deg);
}

.ds-gallery-copy {
	position: relative;
	z-index: 4;
	padding-left: clamp(0px, 3vw, 44px);
}

.ds-gallery-copy h2 {
	margin: 0;
	color: var(--home-green-deep);
	font-size: clamp(42px, 4.2vw, 64px);
	line-height: 1.28;
	letter-spacing: 0;
}

.ds-gallery-copy p {
	margin: 34px 0 38px;
	color: #536b60;
	font-size: 15px;
	line-height: 2;
}

.ds-gallery-copy > a {
	display: inline-flex;
	align-items: center;
	gap: 38px;
	padding: 13px 0;
	border-bottom: 1px solid rgba(7, 61, 42, 0.65);
	font-size: 14px;
	font-weight: 900;
}

.ds-gallery-copy > a span {
	font-size: 21px;
	transition: transform 0.25s ease;
}

.ds-gallery-copy > a:hover span,
.ds-gallery-copy > a:focus span {
	transform: translateX(7px);
}

.ds-gallery-scene {
	position: relative;
	z-index: 2;
	height: 650px;
}

.ds-gallery-scene figure {
	margin: 0;
}

.ds-gallery-main {
	position: absolute;
	inset: 24px 0 40px 7%;
	overflow: hidden;
	border-radius: 48% 5% 44% 8% / 24% 4% 20% 9%;
}

.ds-gallery-main::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(2, 31, 21, 0.62), transparent 42%);
}

#dongshan-homepage-concept .ds-gallery-main img {
	position: absolute;
	inset: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: cover;
	object-position: 48% center;
	transition: transform 1s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.ds-gallery:hover .ds-gallery-main img {
	transform: scale(1.035);
}

.ds-gallery-orbit {
	position: absolute;
	z-index: 3;
	overflow: hidden;
	border: 9px solid #dfe9e4;
	border-radius: 50%;
	box-shadow: 0 18px 50px rgba(23, 51, 40, 0.2);
	animation: dsHomeFloat 6s ease-in-out infinite;
}

#dongshan-homepage-concept .ds-gallery-orbit img {
	position: absolute;
	inset: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: cover;
}

.ds-gallery-longan {
	left: -2%;
	top: -18px;
	width: 210px;
	aspect-ratio: 1;
}

.ds-gallery-coffee {
	right: -34px;
	bottom: 0;
	width: 250px;
	aspect-ratio: 1;
	animation-delay: -3s;
}

.ds-gallery-line {
	position: absolute;
	z-index: 1;
	right: 14%;
	top: 0;
	width: 60%;
	height: 100%;
	border: 1px solid rgba(15, 86, 55, 0.24);
	border-radius: 50%;
	transform: rotate(22deg);
}

.ds-reveal {
	opacity: 1;
	transform: translateY(32px);
	transition: transform 0.8s cubic-bezier(0.2, 0.65, 0.25, 1);
}

.ds-reveal.is-visible {
	transform: none;
}

@keyframes dsHomeScroll {
	0%, 100% { transform: translateY(-2px); opacity: 0.4; }
	50% { transform: translateY(5px); opacity: 1; }
}

@keyframes dsHomeFloat {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-12px); }
}

@media (min-width: 1200px) {
	.ds-news-heading,
	.ds-finance-heading {
		transform: translateX(-58px);
	}
}

@media (min-width: 1545px) {
	.ds-produce > img {
		object-position: center calc(50% - 90px);
	}
}

@media (max-width: 991px) {
	.ds-hero {
		height: 100vh;
	}
}

@media (max-width: 900px) {
	.ds-hero {
		min-height: 610px;
		background: #102d22;
	}

	.ds-hero-shade {
		background: linear-gradient(0deg, rgba(5, 29, 20, 0.78) 0%, rgba(5, 29, 20, 0.18) 48%, rgba(5, 29, 20, 0) 72%);
	}

	.ds-hero-copy {
		left: 24px;
		right: 24px;
		bottom: 180px;
	}

	.ds-hero-copy h1 {
		font-size: clamp(38px, 11vw, 56px);
	}

	.ds-scroll {
		left: 50%;
		right: auto;
		bottom: 66px;
		flex-direction: column;
		gap: 8px;
		font-size: 18px;
		transform: translateX(-50%);
	}

	.ds-news {
		grid-template-columns: 1fr;
		gap: 42px;
		width: 100%;
		padding: 120px 22px 100px;
	}

	.ds-news-heading {
		display: block;
		padding-top: 0;
	}

	.ds-news-heading p {
		margin: 0 0 24px;
		font-size: 13px;
	}

	.ds-news-heading h2 {
		font-size: 46px;
	}

	.ds-news-list a {
		grid-template-columns: 52px 1fr 27px;
		gap: 10px;
		min-height: 98px;
	}

	.ds-news-photo {
		width: calc(100% - 34px);
		margin: 22px 0 0 34px;
	}

	.ds-news-photo img {
		aspect-ratio: 1.05 / 1;
	}

	.ds-finance {
		padding: 92px 0 102px;
	}

	.ds-finance-inner {
		display: block;
		width: calc(100% - 44px);
	}

	.ds-finance-heading {
		position: static;
	}

	.ds-finance-heading h2 {
		font-size: 40px;
		white-space: nowrap;
	}

	.ds-finance-heading::after {
		width: 54px;
		height: 4px;
		margin: 24px 0 44px;
	}

	.ds-finance-links a {
		grid-template-columns: 34px 1fr 38px;
		gap: 7px 10px;
		min-height: 122px;
		padding: 22px 0;
	}

	.ds-finance-number {
		padding-top: 3px;
	}

	.ds-finance-links strong {
		font-size: 23px;
	}

	.ds-finance-links small {
		font-size: 12px;
	}

	.ds-finance-links i {
		width: 36px;
		height: 36px;
	}

	.ds-produce {
		height: 680px;
		min-height: 0;
	}

	.ds-produce > img {
		object-position: 68% center;
	}

	.ds-produce::after {
		background: linear-gradient(0deg, rgba(119, 12, 7, 0.84) 0%, rgba(119, 12, 7, 0.18) 48%, rgba(119, 12, 7, 0) 70%);
	}

	.ds-produce-copy {
		left: 24px;
		right: 24px;
		top: auto;
		bottom: 50px;
		width: auto;
		transform: none;
	}

	.ds-produce-copy h2 {
		font-size: 58px;
	}

	.ds-gallery {
		grid-template-columns: 1fr;
		gap: 62px;
		min-height: 0;
		padding: 94px 0 110px;
	}

	.ds-gallery::before {
		left: -48%;
		top: -128px;
		width: 150%;
		height: 230px;
	}

	.ds-gallery-copy {
		width: calc(100% - 44px);
		margin: 0 auto;
		padding: 0;
	}

	.ds-gallery-copy h2 {
		font-size: clamp(38px, 10.4vw, 48px);
		line-height: 1.3;
	}

	.ds-gallery-copy p {
		margin: 26px 0 30px;
		font-size: 13px;
	}

	.ds-gallery-scene {
		width: calc(100% - 28px);
		height: 430px;
		margin: 0 auto;
	}

	.ds-gallery-main {
		inset: 68px 0 auto 18px;
		height: auto;
		aspect-ratio: 3 / 2;
		border-radius: 34% 4% 30% 7% / 25% 4% 22% 8%;
	}

	#dongshan-homepage-concept .ds-gallery-main img {
		object-position: center;
	}

	.ds-gallery-longan {
		left: -8px;
		top: 0;
		width: 130px;
	}

	.ds-gallery-coffee {
		right: 4px;
		bottom: 18px;
		width: 150px;
	}

	.ds-gallery-line {
		right: -2%;
		top: 20px;
		width: 88%;
		height: 90%;
	}
}

@media (max-width: 767px) {
	.ds-hero {
		height: 100vh;
		height: 100svh;
		min-height: 540px;
	}

	#dongshan-homepage-concept .ds-hero-image {
		position: absolute;
		left: -22%;
		top: 0;
		display: block;
		width: 144%;
		max-width: none;
		height: 100%;
		object-fit: cover;
		object-position: center;
		transform: scaleX(0.8333) scale(var(--hero-scale, 1));
		transform-origin: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ds-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.ds-scroll > span::before,
	.ds-gallery-orbit {
		animation: none;
	}

	#dongshan-homepage-concept .ds-gallery-main img {
		transition: none;
	}
}

/* Product list cart summary visibility */
.site-member-logout-form {
	margin: 0;
}

.site-member-logout-form button {
	display: block;
	width: 100%;
	padding: 3px 20px;
	border: 0;
	background: transparent;
	color: #FFF;
	text-align: left;
	white-space: nowrap;
	    font-weight: 700;

}

.site-member-logout-form button:hover,
.site-member-logout-form button:focus {
	background-color: #28665b;
}

.order-page .order-toolbar {
	position: relative !important;
	top: auto;
	right: auto;
	z-index: 1000;
	display: flex !important;
	justify-content: flex-end !important;
	margin: -4px 0 18px !important;
	padding: 10px 0 !important;
	background: transparent !important;
	filter: drop-shadow(0 8px 16px rgba(111, 66, 18, 0.16));
}

.order-page .order-toolbar.is-floating {
	position: fixed !important;
	top: 132px;
	left: var(--order-toolbar-left, auto);
	width: var(--order-toolbar-width, auto);
	transform: none;
}

.order-page .order-toolbar .cart-link {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 8px 18px;
	border-color: #f28c28;
	border-radius: 999px;
	background: #f28c28;
	color: #fff;
	box-shadow: 0 8px 18px rgba(242, 140, 40, 0.2);
}

.order-page .order-toolbar .cart-link img {
	display: none;
}

.order-page .order-toolbar .cart-link::before {
	display: inline-block;
	margin-right: 2px;
	color: currentColor;
	font-family: "Glyphicons Halflings";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	content: "\e116";
}

.order-page .order-toolbar .cart-link:hover,
.order-page .order-toolbar .cart-link:focus {
	border-color: #d96f12;
	background: #d96f12;
	color: #fff;
}

@media (max-width: 767px) {
	.order-page .order-toolbar {
		top: auto;
		margin: 0 0 20px !important;
		padding: 0 !important;
		right: auto;
	}

	.order-page .order-toolbar.is-floating {
		top: 124px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.order-page .order-toolbar.is-floating {
		top: 186px;
	}
}
