.gap120 {
    gap: 120px;
}
.store-grid2{
	display:grid;
	gap:16px;
	grid-template-columns: 1fr minmax(0, 524px);
}
@media(max-width:991px){
.store-grid2{
	grid-template-columns: 1fr;
}
}
.round-select {
    margin-bottom: 8px;
}
.round-select select {
    border-radius: 999px !important;
}
.explore-search {
    height: 40px !important;
}
.store-search-results{
    min-height: 524px;
    max-height: 524px;
    overflow-y: auto;
    margin-bottom: 32px;
}
@media(max-width:991px){
.store-search-results{
	margin-bottom: 48px;
	min-height:fit-content;
	max-height:fit-content;
}
}
#store-list {
    overflow-x: hidden;
    overflow-y: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}
@media(max-width:991px){
	#store-list {
		grid-template-columns: 1fr 1fr;
	}
}
@media(max-width:767px){
	#store-list {
		grid-template-columns: 1fr;
	}
}
.store-item-info{
	display:flex;
	flex-direction:column;
	gap:8px;
}
.store-item {
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    padding: 24px;
    transition: all 0.3s ease;
    position: relative;
}
.store-badge {
    display: inline-block;
    padding: 1px 6px 0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    background: #FAFAFA;
    color: #FF3C74;
    letter-spacing:2px;
    border: 1px solid #FF3C74;
}
.store-item-badges{
	display:inline-flex;
	flex-wrap:wrap;
	gap:8px;
}
.store-item-badges .store-badge:nth-child(1) {
    background: #FF3C74;
    color: #ffffff;

}
.store-item-name {
    font-size: 18px;
    font-weight: 500;
    color: #3B3B3B;
}
.store-link {
    color: #007bff;
    text-decoration: underline;
    cursor:pointer;
}

.store-item-details {
    display: grid;
    grid-template-columns:1fr;
    gap:4px;
}
.store-item-detail {
    display: grid;
    grid-template-columns:auto 1fr auto;
    gap:8px;
    align-items:center;
}
.store-copy-btn {
    color: #FF3C74;
    cursor: pointer;
    font-size: 16px;
}
.store-item-header {
    display: grid;
    grid-template-columns:auto 1fr;
    gap: 16px;
}
@media(max-width:991px){
	.store-item-header {
		grid-template-columns:1fr;
		}
}
.store-item-image-wrapper, .store-item-image-placeholder {
    height: 148px;
    width: 148px;
    min-width: 148px;
}
.store-item-image-wrapper {
    overflow: hidden;
    width: 148px;
    height: 148px;
    background:#F5F5F5;
    angle: 0 deg;
    opacity: 1;
    border-top-left-radius: 30px;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
    border-bottom-left-radius: 999px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.store-item-image-wrapper img.empty_store_img{
	width:120px;
	height:auto;
}
.store-item-image-wrapper img.store_img{
    width: 148px;
    height: 148px;
}
@media(max-width:991px){
	.store-item-image-wrapper {
        overflow: hidden;
		height:82px;
		width:100%;
		border-radius:6px 24px 6px 24px;
		}
	.store-item-image-wrapper img.empty_store_img{
		width:54px;
		height:auto;
    }
    .store-item-image-wrapper img.store_img{
        width:100%;
        height: auto;
    }
}
.store-item-image-placeholder div {
    background: #F5F5F5;
    border: 1px solid #E2E2E2;
    width: 148px;
    height: 148px;
    color: #E2E2E2;
    font-weight: 500;
    text-align: center;
    align-content: center;
    opacity: 1;
    border-top-left-radius: 30px;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
    border-bottom-left-radius: 999px;

}

/* 數字按鈕群組容器 - 整體灰色圓底 */
.v14-numbers-group {
    display: flex;
    align-items: center;
    background-color: #FAFAFA;
    border-radius: 50px;
}


.v14-numbers-list {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    padding: 8px 16px;
    border-radius:30px;
    margin: 0;
    background:#f5f5f5;
}

/* MS 為了手機版的分頁選擇器 最低可以支援到331 */
@media (max-width: 403px) {
    .v14-pagination-list{
        gap: 4px !important;
    }
    .v14-numbers-list {
        gap:0;
    }

}
/* MS 為了手機版的分頁選擇器 最低可以支援到331 */
@media (max-width: 371px) {
    .v14-page-link, a.v14-page-link {
        width: 30px !important;
        height: 30px !important;
        min-width:30px;
    }
}
.page-pagination__item{
    margin-bottom: 0px !important;
}

/* 分頁按鈕基礎樣式 - 圓形 */
.v14-page-link,
a.v14-page-link{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    border: 1px solid transparent !important;
    background-color: #FFFFFF !important;
    color: #383838 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    padding: 0 !important;
    line-height: 1 !important;
    min-width: fit-content;
    height:35px;
    width:35px;
    min-width:35px;
}
.v14-pagination-list .page-pagination__item{
    margin:0;
}
.v14-numbers-list .page-pagination__item .page-pagination__link a{
    width:30px;
    height:30px;
}
.v14-pagination-list .page-pagination__item .page-pagination__link a{
    width:38px;
    height:38px;
}

/* 數字按鈕 - 透明背景 */
.v14-page-number,
.page-pagination__link.v14-page-number {
    font-weight: 500 !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    color: #666666 !important;
}

.v14-page-number:hover,
.page-pagination__link.v14-page-number:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
    color: #333333 !important;
}

.v14-page-number.active,
.page-pagination__link.v14-page-number.active {
    border: 1px solid #333333 !important;
    color: #333333 !important;
    font-weight: 600 !important;
}

/* 左右箭頭按鈕 - 可用時為紫色漸變 */
.v14-page-arrow,
.page-pagination__link.v14-page-arrow {
    background: linear-gradient(to bottom, #ff769d 0%, #ff3c74 100%) !important;
    border: none !important;
    color: #FFFFFF !important;
}

.v14-page-arrow:hover:not(.disabled),
.page-pagination__link.v14-page-arrow:hover:not(.disabled) {
    background: linear-gradient(to bottom, #ff8aae 0%, #ff5085 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(233, 100, 127, 0.4) !important;
}

.v14-page-arrow.disabled,
.page-pagination__link.v14-page-arrow.disabled {
    background: #FFFFFF !important;
    border: 1px solid #c2c2c2 !important;
    color: #c2c2c2  !important;
    cursor: not-allowed !important;
}

.v14-page-arrow i {
    font-size: 12px !important;
}

/* 省略號 - 在灰底內顯示 */
.v14-dots {
    display: flex;
    align-items: center;
    padding: 0 8px;
}

.v14-dots span {
    color: #999999;
    font-size: 14px;
    font-weight: 500;
}

/* 跳頁區域 - 右下角 */
.v14-jump-page {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.v14-jump-page-selector{
    display:flex;
    gap:10px;
    align-items:center;
}
@media(max-width:1199px){
    .v14-jump-page-selector{
        display:none;
    }
}
.v14-jump-label {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.v14-page-select {
    padding: 7px 30px 7px 12px;
    border: 1px solid #d9d9d9;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    min-width: 60px;
    background-color: white;
    color: var(--header_main_f_color, #3B3B3B);
    font-weight: 500;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233B3B3B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px;
    transition: all 0.3s ease;
    min-width:74px;
}

.v14-go-btn {
    height:38px;
    width:38px;
    font-size: 16px;
    font-weight:500;
    background: linear-gradient(to bottom, #ff769d 0%, #ff3c74 100%);
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}
.v14-go-btn:hover {
    opacity:0.7;
}
.v14-go-btn:active {
    transform: translateY(0);
}
.v14-pagination-list {
    gap: 16px;
}
.v14-pagination-list {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* 台灣地圖用 START */
/* 預設狀態：讓游標變成手指 */
g[id^="North"], g[id^="Central"], g[id^="South"], g[id^="East"], g[id^="Outlying_islands"] {
    cursor: pointer;
    transition: all 0.3s ease; /* 讓變色有動畫 */
}
g[id^="Outlying_islands"] {
    pointer-events: bounding-box;
}

/* 滑鼠移過去 (Hover) 的顏色 */
g[id^="North"]:hover path,
g[id^="Central"]:hover path,
g[id^="South"]:hover path,
g[id^="East"]:hover path,
g[id^="Outlying_islands"]:hover path {
    fill: #FF769D !important;
}
.map-label {
    fill: white;
    pointer-events: none;
    font-weight: 500;
    font-size: 22px;
    line-height: 150%;
    vertical-align: bottom;
    user-select: none;
}

g[id^="Outlying_islands"] .map-label {
    fill: #C2C2C2 !important;
}

/* 被點選 (Active) 的顏色 - 假設你會用 JS 加上 class="active" */
g.active path {
    fill: #FF769D !important;
}
g.active .map-label {
    font-weight: 900;
    font-size: 24px;
}
g[id^="Outlying_islands"].active .map-label {
    fill: #FF769D !important;
}
/* 容器設定 (依你的需求調整) */
.taiwan-map {
    width: 100%;       /* 或者是你想要的任何寬度 */
    max-width: 600px;  /* 建議設個最大寬度，以免在大螢幕變得太巨大 */
    margin: 0 auto;    /* 置中 */
}

/* 關鍵設定：讓 SVG 自適應 */
.taiwan-map svg {
    width: 100%;
    height: auto;      /* 高度自動，維持比例 */
    display: block;    /* 移除圖片下方的多餘空白 */
}

@media (max-width: 991px) {
    .grid2 {
        flex-direction: column;
    }
    #taiwan-map-div {
        width: 100% !important;
    }
}
/* 台灣地圖用  END  */

#searchBoxTop > * {
    padding-right: 4px;
    padding-left: 4px;
}