@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	--primary-blue: #E3F2FD;
	--dark-grey: #333;
	--light-grey: #F4F4F4;
	--accent: #555;
	--white: #FFF;
	--black: #000;
	
	--bg-gray: #E0E0E0;
    --active-orange: #F8D5C2;
    --active-green: #DCF5E1;
     --border-color: #000;
}
* { 
	outline: none!important; 
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html { height: 100%; }

body {
	background-color: #D6EDFF;
	color: var(--dark-grey);
	line-height: 1.6;	
}

.swiper-wrapper { transition-timing-function: ease-in-out; }

.fancybox-button--zoom { display: none !important; }

.loading {
    position: fixed;
    width: 100%;
    min-height: 100%;
    top: 0;
	left: 0;
    background: #FCFCFC;
    opacity: 0.8;
    z-index: 99998;
}

.loading img {
	width: 480px;
	height: 320px;
	position: absolute;
    left: 50%;
    margin-left: -240px;
    top: 50%;
    margin-top: -160px;
    z-index: 99999;
}

/* page */
.page-content-center { text-align: center; margin: 35px auto; }

.clearfix { clear: both; }

.nowrap { white-space: nowrap; }

a { color: var(--dark-grey); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: 400;
	display: block;
}

.container, .container-fluid { padding-left: 0; padding-right: 0; margin: 0 auto; }
.container .row, .container-fluid .row { margin-left: 0; margin-right: 0; }

/* Header */
header {
	height: 60px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background-color: #FFF;
	z-index: 99980;
}
header .container { 
	padding-left: 0;
	padding-right: 0;
	position: relative; 
}

.header-top { 
	padding: 5px 0; 
	position: relative; 
	margin: 0 auto; 
	height: 60px;
}
.header-top > a {	
	font-size: 16px; 
	font-weight: 600; 
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
	width: calc(100% - 80px);
	text-align: center;
	text-decoration: none;
}

.header-top > a > img { width: 200px; }

.navbar-toggler { 
	border: 0; 
	position: absolute;
	left: .875rem;
	top: 50%;
	transform: translateY(-50%);
}
.custom-toggler .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
.custom-toggler.navbar-toggler { border-color: rgb(255, 255, 255); } 

.header-logo > a > img { width: 35%; max-width: 320px; }

.overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 99981;
}

.sidenav {
	height: 100%;
	width: 280px;
	position: fixed;
	z-index: 99982;
	top: 0;
	left: -280px;
	background-color: #A0DBF6;
	overflow-x: hidden;
	transition: 0.5s;
	padding: 60px 0 0 0;
}

#menu-link > li { padding: 8px 8px 8px 32px; }
#menu-link > li.active > a {
	background: url(../img/menu-bg.png) center no-repeat;
	background-size: 100% auto;
}
#menu-link > li > a {
	text-decoration: none;
	font-size: 25px;
	color: #000000;
	display: block;
	transition: 0.3s;
}
#menu-link > li > a:hover { color: #FF5050; }
#menu-link > li > a span br { display: none; }

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 36px;
	padding: 0;
}

#menu-link > li { border-bottom: 1px dashed #FFF; font-weight: bold; }

.dropdown-menu { background-color: transparent;	border: 0; }
.dropdown-menu .dropdown-item { font-size: 20px; font-weight: bold; color: #161b61;	}

.sidenav.in { left: 0; display: block; }
.sidenav.out { left: -280px;; display: block; }
/* End Header */

/* Carousel */
#carousel {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 60px 0 180px;
	position: relative;
}

.swiper { 
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	list-style: none;
	padding: 0;
	position: absolute;
	z-index: 0;
	inset: 0;
}
.swiper-slide { 
	background-position: center; 
	background-size: cover; 
	will-change: transform;
	border-style: solid;
	border-width: 0;
	transition-duration: .5s;
	transition-property: border, background, transform;
	overflow: hidden;
}
.swiper-slide div { 
	background-size: cover;
	background-position: 50%;
	width: 100%;
	height: 100%;
}

.custom-zoomout-slide { animation: zoomOut 10s ease-out infinite forwards; }

@keyframes zoomOut {
    0% {
        transform: scale(1);
    }
    50% {

        transform: scale(1.2); 
	}
    100% {
        transform: scale(1);
    }
}

.carousel-container {
	display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	min-height: 20vh;
	align-items: center;
}
.carousel-column {
	width: 100%;
	display: flex;
    min-height: 1px;
    position: relative;
}

.carousel-wrap {
	justify-content: center;
	margin: 0;
	padding: 0 0 60px;
	display: flex;
	align-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}
.carousel-wrap img { width: 80%; max-width: 500px; }

.carousel-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right:0;
	
	width: 100%;
	--min-height: 35;
	--max-height: 50;
	--height: calc(
		(var(--min-height) * 1px) + 
		(var(--max-height) - var(--min-height)) * 
		((100cqw - 320px) / (767 - 320))
	);
	height: clamp(var(--min-height) * 1px, var(--height), var(--max-height) * 1px);
	background: linear-gradient(to bottom, #2D66A1, #25609E);
}
/* End Carousel */


section:not(#carousel) {
	background: var(--white);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	padding: 5% 5%;
}
.section-header {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;	
	flex-direction: column;
}
.section-header > h2 { order: 2; }
.section-header > h2 > img {
	display: block; 
	
	--min-margin-bottom: 4;
	--max-margin-bottom: 8;
	--margin-bottom: calc(
		(var(--min-margin-bottom) * 1px) + 
		(var(--max-margin-bottom) - var(--min-margin-bottom)) * 
		((100cqw - 320px) / (767 - 320))
	);
	margin: 0 auto clamp(var(--min-margin-bottom) * 1px, var(--margin-bottom), var(--max-margin-bottom) * 1px);

	
	--min-width: 124;
	--max-width: 206;
	--width: calc(
		(var(--min-width) * 1px) + 
		(var(--max-width) - var(--min-width)) * 
		((100cqw - 320px) / (767 - 320))
	);
	width: clamp(var(--min-width) * 1px, var(--width), var(--max-width) * 1px);
	
}
.section-header > h2 > span { 
	display: block; 
	margin: 0 auto;
	
	--min-size: 24;
	--max-size: 42;
	--font-size: calc(
		(var(--min-size) * 1px) + 
		(var(--max-size) - var(--min-size)) * 
		((100cqw - 320px) / (767 - 320))
	);
	font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
	
	font-weight: bold;
	text-align: center;
	letter-spacing: .25rem;
	
	--min-letter-spacing: 2.4;
	--max-letter-spacing: 4;
	--letter-spacing: calc(
		(var(--min-letter-spacing) * 1px) + 
		(var(--max-letter-spacing) - var(--min-letter-spacing)) * 
		((100cqw - 320px) / (767 - 320))
	);
	letter-spacing: clamp(var(--min-letter-spacing) * 1px, var(--letter-spacing), var(--max-letter-spacing) * 1px);
	
	color: var(--black);
	
}
.section-header > div { 
	order: 1; 
	--min-margin-bottom: 12;
	--max-margin-bottom: 24;
	--margin-bottom: calc(
		(var(--min-margin-bottom) * 1px) + 
		(var(--max-margin-bottom) - var(--min-margin-bottom)) * 
		((100cqw - 320px) / (767 - 320))
	);
	margin-bottom: clamp(var(--min-margin-bottom) * 1px, var(--margin-bottom), var(--max-margin-bottom) * 1px);
}
.section-header > div > img { 
	display: block; 
	margin: 0 auto;
	
	--min-width: 56;
	--max-width: 94;
	--width: calc(
		(var(--min-width) * 1px) + 
		(var(--max-width) - var(--min-width)) * 
		((100cqw - 320px) / (767 - 320))
	);
	width: clamp(var(--min-width) * 1px, var(--width), var(--max-width) * 1px);
	
}

section .describe {
	--min-size: 14;
	--max-size: 24;
	--font-size: calc(
		(var(--min-size) * 1px) + 
		(var(--max-size) - var(--min-size)) * 
		((100cqw - 320px) / (1200 - 320))
	);
	font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
	
	margin: 5% auto;
}

#gallery, #gallery2, #about, #no-fly, #images, #shop2 { z-index: 2; position: relative; }
#gallery .youtube { margin: 2% auto; }
#gallery .youtube a { color: #0040FF; }

section#about { padding: 10% 5% 5%; }

.text-about {
	--min-size: 15;
	--max-size: 24;
	--font-size: calc(
		(var(--min-size) * 1px) + 
		(var(--max-size) - var(--min-size)) * 
		((100cqw - 320px) / (767 - 320))
	);
	font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
	letter-spacing: .125rem; 
}

#no-fly .describe a { 
	color: #0040FF; 
	word-break: break-all; /* 在任何字元間斷行 */
	overflow-wrap: break-word; /* 較新標準，確保長單字會換行 */
}

section#image { background: var(--light-grey); }
section#image > div:nth-child(2) {
	background: url(../img/penghu.png) right top no-repeat transparent; 
	background-size: 70% auto;
}

.grid-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.img-box { max-width: 560px; margin-left: auto; margin-right: auto; }
.img-box img {
	width: 100%;
	max-width: 560px;
	object-fit: cover;
	border-radius: 4px;
	display: block;
}
.img-box > a { position: relative; text-decoration: none; }
.img-box > a:hover { text-decoration: none; }
.img-box > a > img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.img-box h3 { font-size: 18px; padding: 1rem 0; }

.product-detail2 {
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
    margin-right: auto;
	align-items: flex-start;
	flex-direction: column;
	
	width: 100%;
	max-width: 560px;
}
.product-detail2 > div {
	flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.product-detail > h3, .product-detail2 > div > h3 { padding: 1rem 0 .5rem; color: #000; font-size: 18px; }
.product-detail > h3 > a, .product-detail2 > div > h3 > a { color: #000; text-decoration: none; }
.product-detail > h3 > a:hover, .product-detail2 > div > h3 > a:hover { text-decoration: none; }
.product-detail > div, .product-detail2 > div > div { 
	padding: 0 0 .5rem; 
	
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
    margin-right: auto;
	align-items: center;
}
.product-detail > div > *, .product-detail2 > div > div > * {
	flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
    padding: 0;
	
	font-size: 18px;
	color: #000; 
}
.product-detail > div > span:nth-child(2), .product-detail2 > div > div > span:nth-child(2) {
	color: #808080;
	text-decoration: line-through;
	text-decoration-color: #BBB;
	font-weight: 400;
}
.product-detail > h4, .product-detail2 > div > h4 { padding: 0 0 .5rem; color: #666; font-size: 16px; }

.product-detail > div.btn-group, .product-detail2 > div > div.btn-group { margin-top: .875rem; }
.product-detail > div button, .product-detail2 > div > div > button { width: 100%; color: #FFF; margin-bottom: .5rem; }
.product-detail > div button:nth-child(1) { 
	padding: .75rem .5rem .75rem 1.5rem; 
	background: url(../img/icon-cart.png) 5% center no-repeat #333;
	background-size: 30px auto;
	margin-right: .25rem;
	width: calc(75% - .25rem);
}
.product-detail > div button:nth-child(2) { 
	padding: .75rem .5rem; 
	background-color: #E73400;
	margin-left: .25rem;
	width: calc(25% - .25rem);
}
.product-detail > div button.btn-all { margin-left: 0; width: 100%; }
.product-detail > div button:nth-child(2):hover { background-color: #E73400; }

.product-detail2 > div > div > div { 
	margin-right: .375rem;
	margin-bottom: 0;
	width: 140px;
}
.product-detail2 > div > div > button { 
	padding: .75rem .5rem .75rem 1.5rem; 
	background: url(../img/icon-cart.png) 5% center no-repeat #333;
	background-size: 30px auto;
	margin-left: .375rem;
	margin-bottom: 0;
	width: calc(100% - 152px);
}

.product-split {
	margin: 2rem auto 2.5rem;
	width: 100%;
	background: url(../img/split.png) center no-repeat;
}

a.more { color: var(--dark-grey); }
a.more:hover { color: #FF2020; text-decoration: none; }

.btn-more {
	display: block;
	background: var(--accent);
	color: var(--white);
	padding: 10px 30px;
	text-decoration: none;
	font-size: 16px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	border-radius: 30px;
	max-width: 125px;
}
.btn-more:hover { color: var(--white); text-decoration: none; }

.map, .award {
	padding-left: 40px;
	background: url(../img/map.png) left top no-repeat; 
}

.map > p, .award > p {
	--min-size: 16;
	--max-size: 24;
	--font-size: calc(
		(var(--min-size) * 1px) + 
		(var(--max-size) - var(--min-size)) * 
		((100cqw - 320px) / (1200 - 320))
	);
	font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
	font-weight: 600;
}
.map > p:nth-child(2), .award > p:nth-child(2) { font-weight: normal; }

.award { background: url(../img/award.png) left top no-repeat; }

section#contact-us { background: var(--light-grey); box-shadow: none; }

section#contact-us .section-header > h2 > span { 
	--min-size: 16;
	--max-size: 22;
	--font-size: calc(
		(var(--min-size) * 1px) + 
		(var(--max-size) - var(--min-size)) * 
		((100cqw - 320px) / (767 - 320))
	);
	font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
	color: var(--dark-grey);
}

.contact-form {
	max-width: 750px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-left: auto;
	margin-right: auto;
}
.btn-send { 
	width: 100%; 
	margin: 30px auto 60px; 
	display: block; 
	
	padding: 10px 30px;
	font-size: 16px;
	border-radius: 30px;
	max-width: 200px;
	
	background: #00458D;
}

footer { 
	background: var(--dark-grey); 
	color: var(--white); 
	padding: 5% 5%;
}

.contact-info, .copy-right { margin: 1rem auto; }
.contact-info > div, .copy-right > div {
	margin: .5rem auto;
	text-align: center; 
	--min-size: 16;
	--max-size: 24;
	--font-size: calc(
		(var(--min-size) * 1px) + 
		(var(--max-size) - var(--min-size)) * 
		((100cqw - 320px) / (1200 - 320))
	);
	font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
	
}

.social {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	max-width: 360px;
	margin: 3rem auto;
}
.social img { 
	--min-width: 60;
	--max-width: 82;
	--width: calc(
		(var(--min-width) * 1px) + 
		(var(--max-width) - var(--min-width)) * 
		((100cqw - 320px) / (767 - 320))
	);
	width: clamp(var(--min-width) * 1px, var(--width), var(--max-width) * 1px);
	
	object-fit: cover; 
}

.no-data {
	font-size: 20px;
	text-align: center;
	color: #F00;
	padding: 2rem 0;
}

/* 購物車浮動圖示 */
/* 容器定位 */
.floating-cart {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 999;
}

/* 圓形按鈕主體 */
.cart-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #ff4757; /* 醒目的紅色/粉色 */
	color: white;
	border-radius: 50%;
	text-decoration: none;
	font-size: 24px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease, background-color 0.3s ease;
	position: relative;
}

/* 懸停效果：變色並放大 */
.cart-icon:hover {
	transform: scale(1.1);
	background-color: #e84118;
}

/* 數量氣泡 (Badge) */
.cart-count {
	position: absolute;
	top: -5px;
	right: -5px;
	background-color: #2f3542;
	color: white;
	font-size: 12px;
	font-weight: bold;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid white;
}

.phnet { font-size: 14px; text-align: center; }

@media screen and (max-width: 374px) {
	
}

@media screen and (min-width: 414px) {

}

@media screen and (min-width: 576px) {
	.sidenav { padding-top: .9735rem; }
	.btn-more { margin-left: auto; margin-right: 0; }
	.contact-form { grid-template-columns: repeat(2, 1fr); }
	.form-box:last-child { grid-column-start: 1; grid-column-end: 3; }
	
	.shop-grid-layout { grid-template-columns: repeat(2, 1fr) !important; }
	
	.product-detail2 > div > div > button { margin-bottom: 0; }
}

@media screen and (min-width: 768px) {
	body { padding-top: 0; }
	header { 
		height: auto; 
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		background-color: #FFF;
	}
	header.scroll {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		-moz-box-shadow: 4px 4px 3px rgba(20%, 20%, 40%, 0.5);
		-webkit-box-shadow: 4px 4px 3px rgba(20%, 20%, 40%, 0.5);
		box-shadow: 4px 4px 3px rgba(20%, 20%, 40%, 0.5);
	}
	
	
	.navbar-toggler { display: none; }
	
	.sidenav {
		width: auto;
		position: relative;
		top: auto;
		left: auto;
		padding: 0;
		overflow-x: visible;
		
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		
		background-image: none;
        background-color: #FFF;   

		margin: 0 7%;
	}
	
	.sidenav.scroll { 
		width: 100%; 
		height: auto; 
		position: fixed;
        background-image: none;
        background-color: #FFF;
        left: 0;
	}
	
	.sidenav > div { position: relative; }
	
	.sidenav .closebtn { display: none; }
	
	.navbar-brand > img { width: 150px; }
	
	#menu-link { 
		padding: 0;		
        margin: 0;
        align-items: center;
		justify-content: flex-end;
		width: 100%;
	}
			
	#menu-link > li { padding: .75rem .5rem; }
	#menu-link > li > a { 
		--min-size: 15;
		--max-size: 22;
		--font-size: calc(
			(var(--min-size) * 1px) + 
			(var(--max-size) - var(--min-size)) * 
			((100cqw - 768px) / (1200 - 768))
		);
		font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
		
		color: #464646;
	}
	#menu-link > li > a:hover { color: #0B4B79; }
	#menu-link > li > a.active { color: #0B4B79; }	
	
	.sidenav.scroll #menu-link { padding: 0 0 15px;	}
	.sidenav.scroll #menu-link > li > a { color: #FFF; }
	.sidenav.scroll #menu-link > li > a:hover { color: #FF2; }
	
	.carousel-container { min-height: 30vh; align-items: flex-start; }
	.carousel-wrap img { width: 100%; }
	
	.carousel-footer {
		--min-height: 40;
		--max-height: 50;
		--height: calc(
			(var(--min-height) * 1px) + 
			(var(--max-height) - var(--min-height)) * 
			((100cqw - 768px) / (991 - 768))
		);
		height: clamp(var(--min-height) * 1px, var(--height), var(--max-height) * 1px);
	}
	
	.section-header { justify-content: space-between; align-items: flex-start; flex-direction: row; }
	.section-header > h2 { order: 1; }
	.section-header > h2 > img { width: 100%; max-width: 170px; }
	.section-header > h2 > span { font-size: 34px; letter-spacing: .375rem; }
	.section-header > div { order: 2; margin-bottom: auto; }
	.section-header > div > img { width: 100%; max-width: 105px; }
	
	section:not(#carousel) { margin: -10% 5% 5% 5%; }
	section#image, section#shop, section#contact-us { margin: 5% 5% 5% 5%; }
	section#image { background: var(--white); }
	
	.grid-layout { grid-template-columns: repeat(2, 1fr); }
	.img-box.first { max-width: 1200px; grid-column-start: 1; grid-column-end: 3; }
	.img-box.first img { max-width: 1200px; }
	.img-box h3 { font-size: 20px; }
	
	.product-detail > h3, .product-detail2 > div > h3 { font-size: 18px; }
	.product-detail > div > span, .product-detail2 > div > div > span { font-size: 18px; }
	.product-detail > h4, .product-detail2 > div > h4 { font-size: 16px; }
	
	.product-detail2 > div:nth-child(1) { margin-bottom: auto; }
	.product-detail2 > div:nth-child(2) { margin-top: auto; }
	
	.product-detail2 > div > div > div { margin-right: 0; margin-bottom: .5rem; width: 100%; }
	.product-detail2 > div > div > button { margin-left: 0; margin-bottom: .5rem; width: 100%; }
	
	.btn-more { display: inline-block; float: right; }
	
	section#contact-us { background: transparent; padding: 5% 5% 0; }
	section#contact-us .section-header { justify-content: center; align-items: center; flex-direction: column; }
	section#contact-us .section-header > h2 > span { font-size: 24px; }
	
	section#about { padding: 5% 5% 5%; }
	section#about .section-header { align-items: center; }
	section#about .section-header > div { margin-top: auto; }
	section#about .section-header > div > img { 
		max-width: none; 
		--min-width: 375;
		--max-width: 607;
		--width: calc(
			(var(--min-width) * 1px) + 
			(var(--max-width) - var(--min-width)) * 
			((100cqw - 768px) / (1600 - 768))
		);
		width: clamp(var(--min-width) * 1px, var(--width), var(--max-width) * 1px);
	}
	
	/* 購物車浮動圖示 */
	.floating-cart {
        right: 20px;
        bottom: 20px;
    }
    .cart-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-expand-custom {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-custom .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-custom .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	.navbar-expand-custom .navbar-collapse {
        display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		justify-content: flex-end;
	}
	.navbar-expand-custom .navbar-toggler {
        	display: none;
	}
		
	.navbar-expand-custom .navbar-nav .dropdown-menu {
		position: absolute;
		z-index: 99999;
	}
}

@media screen and (min-width: 992px) { 
	.sidenav { margin: 0 11%; }
	.navbar-brand > img { width: 170px; }
	#menu-link > li > a { letter-spacing: .1rem; }
	
	.carousel-footer {
		--min-height: 25;
		--max-height: 35;
		--height: calc(
			(var(--min-height) * 1px) + 
			(var(--max-height) - var(--min-height)) * 
			((100cqw - 992px) / (1200 - 992))
		);
		height: clamp(var(--min-height) * 1px, var(--height), var(--max-height) * 1px);
	}
	
	.carousel-container { min-height: 50vh; }
	.carousel2-container { min-height: 30vh !important; }
	
	section:not(#carousel) { margin: -5% 7% 5% 7%; }
	section#image, section#shop { margin: 5% 7% 5% 7%; }
	
	section#image, section#images {
		background: url(../img/penghu.png) 85% 35% no-repeat var(--white); 
		background-size: 60% auto;
	}
	section#image > div:nth-child(2), section#images > div:nth-child(2) {
		background: none;
		background-size: auto;
	}
	
	.product-detail > h3, .product-detail2 > div > h3 { font-size: 20px; }
	.product-detail > div > span, .product-detail2 > div > div > span { font-size: 20px; }
	.product-detail > h4, .product-detail2 > div > h4 { font-size: 18px; }
	
	.product-detail2 > div > div > div { 
		margin-right: .25rem;
		margin-bottom: 0;
		width: 140px;
	}
	.product-detail2 > div > div > button { 
		margin-left: .25rem;
		margin-bottom: 0;
		width: calc(100% - 148px);
	}
}


@media screen and (min-width: 1200px) { 
	.sidenav { margin: 0 13%; }
	.navbar-brand > img { width: 180px; }
	#menu-link > li > a { letter-spacing: .2rem }
	.carousel-footer {
		--min-height: 35;
		--max-height: 50;
		--height: calc(
			(var(--min-height) * 1px) + 
			(var(--max-height) - var(--min-height)) * 
			((100cqw - 1200px) / (1920 - 1200))
		);
		height: clamp(var(--min-height) * 1px, var(--height), var(--max-height) * 1px);
	}
	
	section:not(#carousel) { margin: -5% 8% 5% 8%; }
	section#image, section#shop { margin: 5% 8% 5% 8%; }
}	

@media screen and (min-width: 1400px) {
	.shop-grid-layout { grid-template-columns: repeat(3, 1fr) !important; gap: 30px !important; }
	
	section:not(#carousel) { margin: -5% 10% 5% 10%; }
	section#image, section#shop { margin: 5% 10% 5% 10%; }
}