@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 5px;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.8;
    padding: 0 0 18px 10px;
    color: transparent;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    background: url("../../images/zh-cht/icons/close_dialog.svg") center no-repeat;
    background-size: 55%;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before,
    .mfp-arrow:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: "";
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@font-face {
    font-family: "Poppins";
    font-weight: normal;
    src: url("fonts/Poppins-Regular.ttf");
    font-display: auto;
}

@font-face {
    font-family: "Poppins";
    font-weight: bold;
    src: url("fonts/Poppins-Medium.ttf");
    font-display: auto;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*------------------------------------*\
  #Generic
\*------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    position: relative;
    height: 100%;
    font-family: "Poppins", "NotoSansTC", sans-serif, "微軟正黑體";
    color: #333;
    font-size: 13px;
    line-height: normal;
    letter-spacing: normal;
}

input[type=text],
input[type=tel],
input[type=date],
input[type=email],
input[type=password],
input[type=submit],
input[type=button],
select,
textarea {
    font-family: "Poppins", "NotoSansTC", sans-serif, "微軟正黑體";
    font-size: 13px;
    color: #333;
    outline: none;
    border: 1px solid #d7d7d7;
    width: 100%;
    padding: 0 8px 0 5px;
    line-height: 35px;
}

    input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=submit]::-webkit-input-placeholder, input[type=button]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #333;
    }

    input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=submit]::-moz-placeholder, input[type=button]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
        color: #333;
    }

    input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=submit]:-ms-input-placeholder, input[type=button]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #333;
    }

    input[type=text]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=submit]::-ms-input-placeholder, input[type=button]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
        color: #333;
    }

    input[type=text]::placeholder,
    input[type=tel]::placeholder,
    input[type=date]::placeholder,
    input[type=email]::placeholder,
    input[type=password]::placeholder,
    input[type=submit]::placeholder,
    input[type=button]::placeholder,
    select::placeholder,
    textarea::placeholder {
        color: #333;
    }

input:-moz-read-only {
    background-color: #eee;
    color: #333;
    opacity: 0.8;
}

input:read-only {
    background-color: #eee;
    color: #333;
    opacity: 0.8;
}

select:disabled {
    background-color: #eee;
    color: #333;
    opacity: 0.8;
}

input[type=checkbox] {
    vertical-align: middle;
}

input:focus {
    outline: none;
}

button {
    border: 0;
    outline: none;
    font-family: "Poppins", "NotoSansTC", sans-serif, "微軟正黑體";
    font-size: 13px;
    color: #333;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ul,
li,
header,
footer,
nav,
aside,
section,
article,
image,
input,
select,
textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    resize: none;
    height: 100%;
}

img {
    vertical-align: middle;
    max-width: 100%;
    outline: none;
}

.contentWrap {
    min-height: calc(100vh - 181px - 384px);
}

.price-origin {
    text-decoration: line-through;
}

.price-sale,
.price-off {
    color: #be0d23;
}

.price-off {
    margin-left: 5px;
}

.error {
    color: #ec012b;
    display: block;
    margin-top: 5px;
}

.noData {
    width: 100%;
    margin: 10px auto;
    text-align: center;
    padding: 100px 50px;
    font-size: 1.2em;
}

.popup {
    position: relative;
    max-width: 600px;
    font-size: 14px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
}

.popupTitle {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid gray;
}

.tel-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

    .tel-wrap .select-wrap {
        width: 100px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

.address-wrap, .convenience-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

    .address-wrap .city, .address-wrap .area, .address-wrap .zipCode, .address-wrap .store, .convenience-inner .city, .convenience-inner .area, .convenience-inner .zipCode, .convenience-inner .store {
        width: calc((100% - 20px) / 3);
    }

    .address-wrap .road, .convenience-inner .road {
        width: 100%;
    }

.select-wrap {
    position: relative;
}

    .select-wrap:after {
        content: "";
        display: block;
        position: absolute;
        width: 15px;
        height: 100%;
        background: url("../../images/zh-cht/icons/arrow-down.png") no-repeat center;
        right: 4px;
        top: 0;
    }

    .select-wrap select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.checkbox-wrap label {
    margin-bottom: 10px;
    display: block;
    text-align: center;
    cursor: pointer;
}

.checkbox-wrap .link {
    text-decoration: underline;
    text-underline-offset: 3px;
}

    .checkbox-wrap .link:hover {
        opacity: 0.6;
    }

@media (max-width: 767px) {
    .contentWrap {
        min-height: calc(100vh - 78px - 461px);
    }

    body {
        overflow-x: hidden;
    }

    .wrap {
        padding: 20px 0;
    }
}
/*------------------------------------*\
  #Header
\*------------------------------------*/
.header-bar-wrap {
    letter-spacing: 0.08em;
    text-align: center;
    background: #f8f5f3;
    position: relative;
    height: 40px;
}

.header-bar {
    position: relative;
    margin: 0 auto;
    line-height: 40px;
}

    .header-bar .swiper-slide a {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 12px;
        width: 600px;
        margin: 0 auto;
        color: #a0a0a0;
        display: block;
        overflow: hidden;
        text-decoration: none;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 40px;
    }

.header-bar-prev, .header-bar-next {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px;
    position: absolute;
    top: 0;
    z-index: 10;
    outline: none;
    cursor: pointer;
}

    .header-bar-prev.swiper-button-disabled, .header-bar-next.swiper-button-disabled {
        opacity: 0;
    }

.header-bar-prev {
    left: calc((100% - 600px) / 2);
    background-image: url(../../images/zh-cht/icons/arrow-left-header-bar.png);
}

.header-bar-next {
    right: calc((100% - 600px) / 2);
    background-image: url(../../images/zh-cht/icons/arrow-right-header-bar.png);
}

.header-main-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 0 0;
}

    .header-main-wrap.is-fixed {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 20;
        background: #fff;
        padding: 25px 0;
        border-bottom: 1px solid #ddd;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-name: slideIn;
        animation-name: slideIn;
    }

        .header-main-wrap.is-fixed .header-logo {
            z-index: 21;
        }

            .header-main-wrap.is-fixed .header-logo img {
                max-width: 175px;
            }

        .header-main-wrap.is-fixed .header-main-nav {
            z-index: 21;
        }

        .header-main-wrap.is-fixed .header-main-menu {
            margin: 0;
            position: absolute;
            border-top: none;
        }

        .header-main-wrap.is-fixed .main-menu-nav {
            padding: 0;
        }

        .header-main-wrap.is-fixed .header-sns {
            display: none;
        }

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideIn {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.header-phone-nav {
    display: none;
}

.header-logo {
    padding-left: 40px;
}

    .header-logo img {
        max-width: 290px;
    }

.header-main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 40px;
}

.header-icon {
    display: block;
    overflow: hidden;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0 0;
    width: 30px;
    height: 0;
    cursor: pointer;
}

    .header-icon:hover {
        opacity: 0.6;
    }

.header-btn-search {
    background-image: url(../../images/zh-cht/icons/header-search.svg);
    background-size: 17px;
}

.header-btn-login {
    margin-left: 30px;
    font: 500 12px "Poppins", sans-serif;
    letter-spacing: 0.18em;
}

    .header-btn-login:hover {
        opacity: 0.6;
    }

.header-btn-favorite {
    background-image: url(../../images/zh-cht/icons/header-favourite.svg);
    background-size: 22px;
    margin-left: 20px;
}

.header-btn-cart {
    background-image: url(../../images/zh-cht/icons/header-cart.svg);
    background-size: 24px;
    position: relative;
    background-position: 1px 7px;
    margin-left: 20px;
}

    .header-btn-cart span {
        width: 100%;
        font: 400 12px "Poppins", sans-serif;
        color: #e4472e;
        text-align: center;
        position: absolute;
        top: 2px;
        left: 0;
    }

.search-input {
    position: relative;
    padding: 0 20px 2px 0;
    border-bottom: 1px solid #e6e6e5;
}

    .search-input input {
        font: 500 12px "Poppins", sans-serif;
        letter-spacing: 0.08em;
        width: 100%;
        height: 24px;
        line-height: 24px;
        border: none;
        outline: none;
    }

.search-input-button {
    width: 20px;
    height: 0;
    overflow: hidden;
    padding: 26px 0 0;
    background: transparent url(../../images/zh-cht/icons/header-search.svg) no-repeat right center;
    background-size: 16px;
    outline: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

    .search-input-button:hover {
        opacity: 0.6;
    }

.header-main-menu {
    width: 100%;
    margin-top: 35px;
    border-top: 1px solid #dcdcdc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font: 400 13px "Poppins", sans-serif;
}

.main-menu-nav {
    padding-left: 215px;
    width: calc(100% - 215px);
}

.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    letter-spacing: 0.08em;
}

    .main-menu > li:hover .menu-title {
        font-weight: bold;
    }

    .main-menu > li:hover .submenu {
        display: block;
    }

    .main-menu .menu-title {
        display: inline-block;
        padding: 10px;
        cursor: pointer;
        letter-spacing: 0.08em;
    }

    .main-menu .submenu {
        display: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        overflow: hidden;
        position: absolute;
        top: 40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 20;
    }

.submenu-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    padding: 50px;
}

    .submenu-category li {
        margin-bottom: 10px;
    }

    .submenu-category a:hover {
        border-bottom: 1px solid #333;
    }

.nav-sp {
    font-weight: bold;
}

    .submenu-category .nav-sp + .nav-sp {
        margin-left: 40px;
    }

    /* SALE選單欄位固定寬 */
    .submenu-sale .nav-sp {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
        width: 220px;
    }

.nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .nav-link a {
        font-size: 12px;
    }

        .nav-link a:hover {
            border-bottom: 1px solid #333;
        }

    .nav-link .link-viewall {
        border-bottom: 1px solid #333;
    }

        .nav-link .link-viewall:hover {
            border-bottom: none;
        }

.nav-link-block {
    margin-left: 40px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

    .nav-link-block ul {
        display: grid;
        grid-auto-flow: column;
        grid-auto-rows: auto;
        grid-template-rows: repeat(12, auto);
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

.nav-link-title {
    margin-bottom: 10px;
    font-weight: bold;
}

.submenu-brand {
    width: 1100px;
    height: 430px;
    padding: 50px 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.brand-input-wrap {
    width: 41%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.brand-input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border-radius: 50px;
    background: #f1eae2;
    padding: 0 35px 0 0;
    margin: 0 0 20px;
    position: relative;
}

    .brand-input input {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        background: #f1eae2;
        border-radius: 50px 0 0 50px;
        border: none;
        outline: none;
    }

        .brand-input input::-webkit-input-placeholder {
            color: gray;
        }

        .brand-input input::-moz-placeholder {
            color: gray;
        }

        .brand-input input:-ms-input-placeholder {
            color: gray;
        }

        .brand-input input::-ms-input-placeholder {
            color: gray;
        }

        .brand-input input::placeholder {
            color: gray;
        }

    .brand-input::before {
        content: "";
        width: 35px;
        height: 0;
        overflow: hidden;
        padding: 40px 0 0;
        background: transparent url(../../images/zh-cht/icons/header-search.svg) no-repeat left center;
        background-size: 16px;
        outline: none;
        border: none;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

.brand-alphabet ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.brand-alphabet .alphabet {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    font: 400 16px "Poppins", sans-serif;
    color: #3b3c3c;
    text-align: center;
    background: #f1eae2;
    display: inline-block;
    vertical-align: top;
    padding: 12px 0 0;
    margin: 0 10px 10px 0;
    cursor: pointer;
}

    .brand-alphabet .alphabet.active {
        background: #ebcabb;
    }

    .brand-alphabet .alphabet.disable {
        pointer-events: none;
        opacity: 0.3;
    }

    .brand-alphabet .alphabet:nth-child(7n) {
        margin: 0 0 10px;
    }

    .brand-alphabet .alphabet:last-child {
        width: 110px;
        margin: 0 0 10px;
    }

.brand-name-area {
    display: none;
    padding-left: 40px;
}

    .brand-name-area ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .brand-name-area ul li {
            font: 500 12px "Poppins", sans-serif;
            color: #605b5a;
            width: 50%;
            padding: 0 5px 5px 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .brand-name-area ul li a:hover {
                text-decoration: underline;
            }

    .brand-name-area.active {
        display: block;
        width: 55%;
    }

.brand-initial {
    min-height: 30px;
    font: 500 20px "Poppins", sans-serif;
    color: #3b3c3c;
    margin: 0 0 8px;
}

.brand-other {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

    .brand-other a {
        font: 500 13px "Poppins", sans-serif;
        text-decoration: underline;
    }

        .brand-other a:hover {
            text-decoration: none;
        }

.submenu-imagelist {
    width: 800px;
    padding: 20px;
}

    .submenu-imagelist ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .submenu-imagelist li {
        width: 25%;
        padding: 10px;
    }

    .submenu-imagelist a {
        display: block;
    }

        .submenu-imagelist a:hover {
            opacity: 0.6;
        }

.header-sns {
    padding: 10px 25px 10px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .header-sns ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .header-sns ul li {
            width: 20px;
            background-position: center;
            background-repeat: no-repeat;
            margin-right: 15px;
        }

            .header-sns ul li a {
                width: 20px;
                height: 0;
                overflow: hidden;
                display: block;
                padding: 20px 0 0;
            }

            .header-sns ul li:hover {
                opacity: 0.6;
            }

.header-sns-x {
    background-image: url(../../images/zh-cht/icons/header-x.png);
}

.header-sns-fb {
    background-image: url(../../images/zh-cht/icons/header-fb.png);
}

.header-sns-ig {
    background-image: url(../../images/zh-cht/icons/header-ig.png);
}

.header-sns-line {
    background-image: url(../../images/zh-cht/icons/header-line.png);
}

.header-sns-mail {
    background-image: url(../../images/zh-cht/icons/header-mail.png);
}

.header-fix-buttons {
    display: none;
}

@media (max-width: 767px) {
    .header-bar-wrap {
        height: 26px;
        border-bottom: 1px solid #dcdcdc;
    }

    .header-bar {
        width: 100%;
        line-height: 26px;
    }

        .header-bar .swiper-slide a {
            font-size: 10px;
            width: 100%;
            padding: 0 26px;
        }

    .header-bar-prev, .header-bar-next {
        width: 26px;
        height: 26px;
        background-size: 5px;
    }

    .header-bar-prev {
        left: 0;
    }

    .header-bar-next {
        right: 0;
    }

    .header-main-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 12px 2.6% 8px;
        border-bottom: 1px solid #dcdcdc;
    }

    .header-phone-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header-logo {
        padding: 0;
    }

        .header-logo img {
            max-width: 155px;
        }

    .header-main-nav {
        padding: 0;
    }

    .heander-btn-menu {
        width: 30px;
        height: 30px;
        padding: 7px;
        position: relative;
    }

        .heander-btn-menu span {
            width: 16px;
            height: 1px;
            display: block;
            background: #000;
            position: absolute;
        }

            .heander-btn-menu span:nth-child(1) {
                top: 9px;
            }

            .heander-btn-menu span:nth-child(2) {
                top: 15px;
            }

            .heander-btn-menu span:nth-child(3) {
                bottom: 8px;
            }

    .header-btn-login {
        display: none;
    }

    .header-btn-favorite {
        background-size: 18px;
        margin-left: 0px;
    }

    .header-btn-cart {
        background-size: 23px;
        margin-left: 0px;
        background-position: 2px 7px;
    }

        .header-btn-cart span {
            font: 400 11px "Poppins", sans-serif;
        }

    .header-search {
        display: none;
    }

        .header-search.active {
            display: block;
            position: fixed;
            left: 0;
            width: 100%;
            padding: 10px;
            z-index: 20;
            background-color: white;
        }

    .search-input {
        position: relative;
        padding: 5px 30px 5px 0;
        border-radius: 6px;
        border-bottom: none;
        background-color: #efefef;
    }

        .search-input input {
            background-color: #efefef;
            font-size: 13px;
            border-radius: 6px;
        }

            .search-input input::-webkit-input-placeholder {
                color: #a0a0a0;
            }

            .search-input input::-moz-placeholder {
                color: #a0a0a0;
            }

            .search-input input:-ms-input-placeholder {
                color: #a0a0a0;
            }

            .search-input input::-ms-input-placeholder {
                color: #a0a0a0;
            }

            .search-input input::placeholder {
                color: #a0a0a0;
            }

    .search-input-button {
        right: 10px;
        padding: 34px 0 0;
    }

    .header-main-menu {
        display: none;
    }

    .header-fix-buttons {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 30;
        background: #f0f0f0;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

        .header-fix-buttons.is-fixed {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

    .header-fix-button {
        width: 16.66%;
    }

        .header-fix-button a {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 6px 0;
        }

            .header-fix-button a img {
                width: 28px;
            }

            .header-fix-button a span {
                font-size: 8px;
                letter-spacing: 0.1em;
                color: #636363;
            }
}
/*------------------------------------*\
  #Offcanvas
\*------------------------------------*/
.pagecover {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 40;
    display: none;
}

    .pagecover.active {
        display: block;
    }

.offcanvas {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 41;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow-y: auto;
}

    .offcanvas.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.offcanvas-close-wrap {
    width: 17%;
    height: 100%;
}

.offcanvas-close-button {
    width: 45px;
    text-align: center;
    margin-top: 5px;
}

.offcanvas-menu {
    width: 83%;
    background: #fff;
    height: 100%;
    overflow-y: auto;
}

.offcanvas-logo {
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
}

    .offcanvas-logo img {
        width: 180px;
    }

.offcanvas-app-link {
    border-bottom: 1px solid #ccc;
}

    .offcanvas-app-link a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 10px 0 15px;
        height: 50px;
    }

        .offcanvas-app-link a::after {
            content: "";
            display: inline-block;
            width: 14px;
            height: 14px;
            background: url("../../images/zh-cht/icons/menu-rightarrow.svg") no-repeat;
            background-size: contain;
            margin-left: auto;
        }

    .offcanvas-app-link img {
        display: inline-block;
        width: 40px;
        margin-right: 12px;
    }

.offcanvas-history {
    padding: 15px 10px;
    border-bottom: 1px solid #ccc;
}

    .offcanvas-history .history-title {
        font-size: 14px;
        margin-bottom: 10px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .offcanvas-history .history-list ul {
        white-space: nowrap;
        overflow: scroll;
    }

    .offcanvas-history .history-list li {
        display: inline-block;
        width: 62px;
    }

    .offcanvas-history .history-list a {
        display: block;
    }

.offcanvas-menulist a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px 0 15px;
    height: 50px;
    font-size: 14px;
    color: #64625d;
    border-bottom: 1px solid #ccc;
}

    .offcanvas-menulist a::after {
        content: "";
        display: inline-block;
        width: 14px;
        height: 14px;
        background: url("../../images/zh-cht/icons/menu-rightarrow.svg") no-repeat;
        background-size: contain;
        margin-left: auto;
    }

.offcanvas-menulist .submenu-head::after {
    background: url("../../images/zh-cht/icons/menu-plus.svg") no-repeat;
}

.offcanvas-menulist .submenu-head.active::after {
    background: url("../../images/zh-cht/icons/menu-minus.svg") no-repeat;
}

.offcanvas-menulist .submenu {
    display: none;
    background-color: #f0f0f0;
}

/*------------------------------------*\
  #footer
\*------------------------------------*/
.pc-footer-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1200px;
    padding: 55px 10px 120px;
    margin: 0 auto;
    position: relative;
}

.sp-footer {
    display: none;
}

.pc-footer-logo {
    margin: 0 0 40px;
    width: 204px;
}

    .pc-footer-logo a {
        height: 0;
        overflow: hidden;
        display: block;
        background: url(../../images/zh-cht/icons/logo.svg) no-repeat;
        background-size: contain;
        padding: 21px 0 0;
    }

.pc-footer-usagi-link {
    margin: 0 0 30px;
    font: 400 12px "Poppins", sans-serif;
    letter-spacing: 0.08em;
    color: #3b3c3c;
}

    .pc-footer-usagi-link li {
        margin-bottom: 5px;
    }

.footer-sns li {
    display: inline-block;
    margin: 0 20px 0 0;
}

.footer-sns a {
    display: block;
    width: 20px;
    height: 0;
    overflow: hidden;
    padding: 20px 0 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

    .footer-sns a:hover {
        opacity: 0.6;
    }

.footer-sns-x {
    background-image: url(../../images/zh-cht/icons/footer-x.png);
}

.footer-sns-fb {
    background-image: url(../../images/zh-cht/icons/footer-fb.png);
}

.footer-sns-ig {
    background-image: url(../../images/zh-cht/icons/footer-ig.png);
}

.footer-sns-line {
    background-image: url(../../images/zh-cht/icons/footer-line.png);
}

.footer-sns-mail {
    background-image: url(../../images/zh-cht/icons/footer-mail.png);
}

.pc-footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pc-footer-link-block {
    margin: 0 0 0 90px;
    color: #3a3b3b;
    letter-spacing: 0.08em;
    font: 400 12px "Poppins", sans-serif;
}

    .pc-footer-link-block li {
        margin: 0 0 5px;
    }

.pc-footer-link-title {
    margin: 0 0 30px;
    font-weight: bold;
}

.pc-footer-banner {
    margin-left: 90px;
}

    .pc-footer-banner li {
        margin-bottom: 10px;
    }

    .pc-footer-banner img {
        max-width: 150px;
    }

.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 11px;
    color: #3b3c3c;
    padding: 12px 20px 0;
    border-top: 1px solid #dcdcdc;
}

.footer-bottom-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .footer-bottom-link ul li {
        position: relative;
    }

        .footer-bottom-link ul li:last-of-type::after {
            content: none;
        }

        .footer-bottom-link ul li::after {
            content: "/";
            display: inline-block;
            vertical-align: top;
            font-size: 11px;
            margin: 0 5px 0 6px;
        }

.footer-kant {
    text-align: center;
    font-size: 8px;
    color: #aaaaaa;
}

.frb {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 70;
}

    .frb a {
        display: block;
        background-color: white;
        max-width: 200px;
    }

        .frb a:hover {
            opacity: 0.6;
        }

.frb-close {
    position: absolute;
    display: block;
    top: -12px;
    left: -14px;
    width: 25px;
    height: 25px;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #000;
    text-align: center;
}

    .frb-close img {
        width: 60%;
        vertical-align: sub;
    }

@media (max-width: 767px) {
    .pc-footer-main {
        display: none;
    }

    .sp-footer {
        display: block;
        background: #f9f5f3;
        margin: 30px 0 0;
    }

    .sp-footer-page-top span {
        font-size: 11px;
        font-weight: bold;
        color: #000;
        letter-spacing: 0.3em;
        text-align: center;
        display: block;
        background: #eeccbd url(../../images/zh-cht/icons/arrow-up-medium-black.png) no-repeat center 20px;
        background-size: 15px;
        padding: 35px 0 18px;
    }

    .sp-footer-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }

        .sp-footer-nav ul li {
            width: 50%;
            border-right: 1px solid #dcdcdc;
            border-bottom: 1px solid #dcdcdc;
        }

            .sp-footer-nav ul li.col-2 {
                width: 50%;
            }

            .sp-footer-nav ul li.col-3 {
                width: 33.33%;
            }

        .sp-footer-nav ul a {
            font-size: 10px;
            text-align: center;
            letter-spacing: 0.08em;
            display: block;
            padding: 13px 0;
        }

    .sp-footer-app {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 18px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
    }

    .sp-footer-app-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
    }

    .sp-footer-app-icon {
        width: 50px;
    }

    .sp-footer-app-links a {
        display: block;
        width: 100px;
        margin-bottom: 3px;
    }

    .footer-sns {
        padding: 18px 0;
        border-top: 1px solid #dcdcdc;
    }

        .footer-sns ul {
            text-align: center;
        }

        .footer-sns li {
            overflow: hidden;
            border-radius: 50%;
            margin: 0 3%;
        }

        .footer-sns a {
            width: 40px;
            border-radius: 50%;
            background-color: #eeccbd;
            background-size: 20px;
            padding: 40px 0 0;
        }

    .footer-bottom {
        color: white;
        background-color: black;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-bottom-link {
        display: none;
    }

    .footer-kant {
        background-color: black;
        padding-bottom: 7px;
    }

        .footer-kant a {
            color: lightgray;
        }

    .frb {
        right: initial;
        left: 0;
        bottom: 9%;
    }

        .frb a {
            max-width: 141px;
        }

    .frb-close {
        top: -10px;
        right: -10px;
        left: initial;
        width: 20px;
        height: 20px;
    }

        .frb-close img {
            vertical-align: baseline;
        }
}
/*------------------------------------*\
  #Default
\*------------------------------------*/
.home-swiper {
    padding: 0 40px;
    margin-bottom: 40px;
}

    .home-swiper .swiper-slide:hover {
        opacity: 0.6;
    }

.swiper-slide a {
    display: block;
}

.swiper-slide img {
    width: 100%;
}

.home-swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

    .home-swiper-pagination .swiper-pagination-bullet {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        opacity: 1;
        margin: 0 1.5%;
        height: 5px;
        position: relative;
        overflow: hidden;
        border-radius: 0;
        background: #e8b5a0;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

    .home-swiper-pagination .swiper-pagination-bullet-active,
    .home-swiper-pagination .swiper-pagination-bullet-active ~ .swiper-pagination-bullet {
        background-color: #ebebeb;
    }

        .home-swiper-pagination .swiper-pagination-bullet-active::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 5px;
            background-color: #e8b5a0;
            width: 0%;
            -webkit-animation: fillBar 5s linear forwards;
            animation: fillBar 5s linear forwards;
        }

@-webkit-keyframes fillBar {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

@keyframes fillBar {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.brand-scroll {
    margin-bottom: 100px;
}

    .brand-scroll .swiper-wrapper {
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
    }

    .brand-scroll .swiper-slide a {
        display: inline-block;
        vertical-align: middle;
        width: 120px;
        height: 51px;
        opacity: 0.5;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

        .brand-scroll .swiper-slide a:hover {
            opacity: 1;
        }

.products-swiper {
    margin: 0 auto 100px;
}

    .products-swiper .section-items {
        max-width: 970px;
        margin: 0px auto;
        position: relative;
    }

    .products-swiper .section-title-container {
        margin: 0 0 20px;
        text-align: center;
    }

    .products-swiper .section-title {
        font: 400 20px Poppins, sans-serif;
        color: rgb(3, 0, 0);
        letter-spacing: 0.25em;
        margin: 0px 0px 5px;
    }

    .products-swiper .section-subtitle {
        font-size: 13px;
    }

    .products-swiper .slide-pdbox {
        display: block;
    }

        .products-swiper .slide-pdbox:hover .slide-pddesc {
            opacity: 0.6;
        }

        .products-swiper .slide-pdbox:hover .slide-pdimg img:nth-of-type(1) {
            opacity: 0;
        }

        .products-swiper .slide-pdbox:hover .slide-pdimg img:nth-of-type(2) {
            opacity: 1;
        }

    .products-swiper .slide-pdimg {
        display: block;
        margin-bottom: 20px;
        position: relative;
    }

        .products-swiper .slide-pdimg img:nth-of-type(2) {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
        }

        .products-swiper .slide-pdimg .slide-pdsoldout {
            width: 100%;
            height: 20px;
            font: 400 14px/20px Poppins, sans-serif;
            text-align: center;
            color: #fff;
            background: #9b9b9b;
            position: absolute;
            bottom: 0;
            left: 0;
            opacity: 0.85;
        }

    .products-swiper .slide-pddesc {
        text-align: center;
    }

    .products-swiper .slide-pdbrand {
        font: 400 14px Poppins, sans-serif;
        word-break: break-all;
        color: rgb(3, 0, 0);
        margin: 0px 0px 8px;
    }

    .products-swiper .slide-pdname {
        font-size: 14px;
        max-height: 2.8em;
        overflow: hidden;
        color: rgb(81, 80, 80);
        margin: 0px 0px 8px;
        position: relative;
    }

        .products-swiper .slide-pdname::before {
            content: "...";
            top: 1.3em;
            right: 0px;
            background: rgb(255, 255, 255);
            position: absolute;
        }

        .products-swiper .slide-pdname::after {
            content: "";
            height: 100%;
            width: 100%;
            background: rgb(255, 255, 255);
            position: absolute;
        }

    .products-swiper .slide-pdprice {
        font: 400 18px Poppins, sans-serif;
    }

    .products-swiper .price-off {
        font-size: 16px;
    }

.products-swiper-button-prev,
.products-swiper-button-next {
    width: 16px;
    height: 31px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 130px;
    z-index: 2;
    outline: none;
    cursor: pointer;
}

.products-swiper-button-prev {
    left: -65px;
    background-image: url("../../images/zh-cht/icons/arrow-left-large.png");
}

.products-swiper-button-next {
    right: -65px;
    background-image: url("../../images/zh-cht/icons/arrow-right-large.png");
}

.view-more {
    text-align: center;
    margin: 45px 0px 0px;
}

    .view-more a {
        width: 230px;
        display: inline-block;
        border: 1px solid rgb(3, 0, 0);
        font: 400 12px Poppins, sans-serif;
        color: rgb(3, 0, 0);
        letter-spacing: 0.25em;
        padding: 15px 0px;
    }

        .view-more a:hover {
            opacity: 0.6;
        }

.grid-gallery {
    max-width: 970px;
    margin: 0px auto 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

    .grid-gallery a {
        display: block;
        height: 100%;
    }

        .grid-gallery a:hover {
            opacity: 0.6;
        }

    .grid-gallery img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .grid-gallery .special-raw {
        grid-column: span 2;
    }

    .grid-gallery .special-col {
        grid-row: 4;
    }

    .grid-gallery .special-height {
        grid-row: span 2;
    }

.ranking-slick {
    max-width: 1200px;
    margin: 0 auto 100px;
    text-align: center;
}

    .ranking-slick .section-title {
        font: 400 20px Poppins, sans-serif;
        color: rgb(3, 0, 0);
        letter-spacing: 0.25em;
        margin: 0px 0px 20px;
    }

.ranking-tab {
    margin: 0 auto 20px;
}

    .ranking-tab .slick-arrow {
        width: 50px;
        height: 0;
        overflow: hidden;
        background-color: white;
        background-repeat: no-repeat;
        border: none;
        padding: 21px 0 0;
        position: absolute;
        top: 0;
        cursor: pointer;
    }

    .ranking-tab .slick-prev {
        left: 0;
        background-image: url("../../images/zh-cht/icons/arrow-left-medium.png");
        background-position: left center;
        z-index: 2;
    }

    .ranking-tab .slick-next {
        right: 0;
        background-image: url("../../images/zh-cht/icons/arrow-right-medium.png");
        background-position: right center;
        z-index: 2;
    }

    .ranking-tab .slick-current li {
        font-weight: bold;
        color: #000;
    }

    .ranking-tab li {
        padding: 0 10px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: 21px;
        line-height: 21px;
        font-size: 14px;
        color: #767777;
        letter-spacing: 0.2em;
        text-align: center;
        cursor: pointer;
    }

.ranking-products {
    display: grid;
    padding: 12px 0 0;
    grid-template-columns: repeat(5, 1fr);
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 45px;
    counter-reset: items;
}

.ranking-product {
    position: relative;
    counter-increment: items;
}

    .ranking-product .ranking-pdimg {
        position: relative;
        margin: 0 0 14px;
    }

    .ranking-product .ranking-soldout {
        width: 100%;
        height: 20px;
        font: 400 14px/20px Poppins, sans-serif;
        text-align: center;
        color: #fff;
        background: #9b9b9b;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0.85;
    }

    .ranking-product .ranking-pdbrand {
        font: 400 12px "Poppins", sans-serif;
    }

    .ranking-product .ranking-pdprice {
        font: 400 16px "Poppins", sans-serif;
    }

    .ranking-product .price-off {
        font-size: 14px;
    }

    .ranking-product:hover {
        opacity: 0.6;
    }

    .ranking-product::before {
        content: counter(items);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 1px solid rgba(203, 203, 203, 0.5);
        background: #fff;
        font: 400 10px "Poppins", sans-serif;
        line-height: 24px;
        text-align: center;
        position: absolute;
        top: -12px;
        left: 10px;
        z-index: 2;
    }

    .ranking-product:nth-of-type(-n+3)::before {
        border: none;
        color: #fff;
        line-height: 25px;
    }

    .ranking-product:nth-of-type(1)::before {
        background: #e7bc3a;
    }

    .ranking-product:nth-of-type(2)::before {
        background: #9a9893;
    }

    .ranking-product:nth-of-type(3)::before {
        background: #a0783f;
    }

.staff-snap {
    max-width: 1100px;
    margin: 0 auto 100px;
    text-align: right;
    position: relative;
}

    .staff-snap::before {
        content: "";
        width: 95%;
        height: 332px;
        display: block;
        background: #ebcabb;
        position: absolute;
        top: 180px;
        left: 0;
    }

    .staff-snap .view-more {
        display: none;
    }

.staff-snap-inr {
    position: absolute;
    top: 275px;
    left: 50px;
    z-index: 2;
}

    .staff-snap-inr .section-title {
        font: 400 28px "Poppins", sans-serif;
        color: #030000;
        letter-spacing: 0.25em;
        margin: 0 0 5px;
    }

    .staff-snap-inr .view-more {
        background: #fff;
        display: inline-block;
        margin: 0;
    }

.staff-snap-list {
    padding-left: 24%;
    position: relative;
}

.staff-snap-image {
    display: inline-block;
    padding: 0 0 16px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

    .staff-snap-image:nth-of-type(1) {
        width: 31%;
        vertical-align: bottom;
    }

    .staff-snap-image:nth-of-type(2) {
        width: 37%;
        vertical-align: bottom;
    }

    .staff-snap-image:nth-of-type(3) {
        width: calc(30% - 30px);
        vertical-align: bottom;
    }

    .staff-snap-image:nth-of-type(4) {
        width: 33%;
    }

    .staff-snap-image:nth-of-type(5) {
        width: 40%;
    }

    .staff-snap-image:nth-of-type(6) {
        width: calc(29% - 30px);
    }

    .staff-snap-image a {
        display: block;
    }

        .staff-snap-image a:hover {
            background-color: white;
        }

    .staff-snap-image img {
        width: 100%;
    }

@media (max-width: 767px) {
    .home-swiper {
        padding: 0;
        margin-bottom: 20px;
    }

    .home-swiper-pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
        gap: 12px;
    }

        .home-swiper-pagination .swiper-pagination-bullet {
            -webkit-box-flex: initial;
            -ms-flex: initial;
            flex: initial;
            margin: initial;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #ddd;
            -webkit-transition: none;
            transition: none;
        }

        .home-swiper-pagination .swiper-pagination-bullet-active {
            background-color: #333;
        }

            .home-swiper-pagination .swiper-pagination-bullet-active ~ .swiper-pagination-bullet {
                background: #ddd;
            }

            .home-swiper-pagination .swiper-pagination-bullet-active::before {
                content: none;
            }

    .brand-scroll {
        margin-bottom: 30px;
        padding: 10px 3%;
    }

        .brand-scroll .swiper-slide a {
            background-blend-mode: multiply;
        }

    .products-swiper {
        margin: 0 auto 70px;
    }

        .products-swiper .section-items {
            width: 100%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 2.7%;
        }

        .products-swiper .swiper-wrapper {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .products-swiper .section-title {
            font: 400 25px Poppins, sans-serif;
            color: #000;
            letter-spacing: 0.06em;
        }

        .products-swiper .slide-pdbox {
            width: 48.5%;
            margin-bottom: 22px;
        }

        .products-swiper .slide-pdimg {
            margin-bottom: 8px;
        }

        .products-swiper .slide-pddesc {
            text-align: left;
        }

        .products-swiper .slide-pdbrand {
            font-size: 11px;
            color: #505050;
            display: block;
            margin: initial;
        }

        .products-swiper .slide-pdname {
            font-size: 11px;
            color: #505050;
            display: block;
            max-height: initial;
            margin: initial;
        }

            .products-swiper .slide-pdname::after, .products-swiper .slide-pdname::before {
                content: none;
            }

        .products-swiper .slide-pdprice {
            font-size: 11px;
            color: #505050;
            display: block;
        }

        .products-swiper .price-sale {
            font-size: 14px;
        }

        .products-swiper .price-off {
            font-size: 11px;
            margin: initial;
        }

    .products-swiper-button-prev,
    .products-swiper-button-next {
        display: none;
    }

    .view-more {
        text-align: center;
        margin: 10px 0px 0px;
    }

        .view-more a {
            width: initial;
            display: inline-block;
            border: none;
            border-bottom: 2px solid #000;
            font: 500 17px "Poppins", sans-serif;
            color: #000;
            letter-spacing: 0.1em;
            padding: 0 0 5px;
        }

    .grid-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

        .grid-gallery .grid-item {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
        }

            .grid-gallery .grid-item:nth-of-type(1) {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1;
            }

            .grid-gallery .grid-item:nth-of-type(3) {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }

            .grid-gallery .grid-item:nth-of-type(6) {
                -webkit-box-ordinal-group: 6;
                -ms-flex-order: 5;
                order: 5;
            }

            .grid-gallery .grid-item:nth-of-type(7) {
                -webkit-box-ordinal-group: 6;
                -ms-flex-order: 5;
                order: 5;
            }

        .grid-gallery .special-col {
            grid-row: auto;
        }

        .grid-gallery .special-height {
            grid-row: auto;
        }

    .ranking-slick {
        margin: 0 auto 70px;
    }

        .ranking-slick .section-title {
            font: 400 25px Poppins, sans-serif;
            color: #000;
            letter-spacing: 0.06em;
            margin: 0 0 10px;
        }

    .ranking-tab {
        margin: 0 auto 0;
    }

        .ranking-tab .slick-current {
            position: relative;
        }

            .ranking-tab .slick-current::before {
                content: "";
                width: 100%;
                height: 2px;
                background: #000;
                position: absolute;
                bottom: 0;
                left: 0;
            }

        .ranking-tab li {
            font-size: 13px;
            color: #000;
            letter-spacing: initial;
            overflow: hidden;
            text-overflow: ellipsis;
            height: initial;
            white-space: nowrap;
            padding: 0 0 12px;
        }

    .ranking-lists {
        padding: 13px 10px 40px;
        background-color: #f4f3f2;
    }

    .ranking-products {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 25px;
        margin-bottom: 25px;
    }

    .ranking-product .ranking-pdimg {
        margin: 0 0 7px;
    }

    .ranking-product .ranking-pddesc {
        text-align: left;
    }

    .ranking-product .ranking-pdbrand {
        font: 400 11px "Poppins", sans-serif;
    }

    .ranking-product .ranking-pdprice {
        font: 400 14px "Poppins", sans-serif;
    }

    .ranking-product .price-off {
        font-size: 11px;
    }

    .ranking-product:nth-of-type(n+7) {
        display: none;
    }

    .staff-snap {
        margin: 0 auto 70px;
        text-align: initial;
    }

        .staff-snap::before {
            content: none;
        }

        .staff-snap .view-more {
            display: block;
            margin-top: 40px;
        }

    .staff-snap-inr {
        position: static;
    }

        .staff-snap-inr .section-title {
            width: 85%;
            font: 400 25px "Poppins", sans-serif;
            color: #fff;
            letter-spacing: 0.04em;
            margin: 0 auto;
            padding: 10px 0 6px;
            text-align: center;
            background: #eeccbd;
        }

        .staff-snap-inr .view-more {
            display: none;
        }

    .staff-snap-list {
        padding: 0 2.5%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        -webkit-column-gap: 2.5%;
        -moz-column-gap: 2.5%;
        column-gap: 2.5%;
        row-gap: 1.2%;
    }

        .staff-snap-list::before {
            content: "";
            width: 85%;
            height: 103%;
            display: block;
            background: #eeccbd;
            position: absolute;
            top: 0;
            left: 7.5%;
            z-index: 1;
        }

    .staff-snap-image {
        margin: initial;
        vertical-align: middle;
        position: relative;
        z-index: 2;
    }

        .staff-snap-image:nth-of-type(1) {
            width: initial;
            vertical-align: middle;
            grid-column: span 2;
            grid-row: 1/span 2;
        }

        .staff-snap-image:nth-of-type(2) {
            width: initial;
            vertical-align: middle;
        }

        .staff-snap-image:nth-of-type(3) {
            width: initial;
            vertical-align: middle;
        }

        .staff-snap-image:nth-of-type(4) {
            width: initial;
        }

        .staff-snap-image:nth-of-type(5) {
            width: initial;
            grid-row: 4;
        }

        .staff-snap-image:nth-of-type(6) {
            width: initial;
            grid-column: span 2;
            grid-row: auto/span 2;
        }
}
/*------------------------------------*\
  #Productlist
\*------------------------------------*/
.proudctlist {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

    .proudctlist .pageTitle {
        font-size: 20px;
        margin-top: 50px;
    }

.breadcrumb {
    font-size: 12px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    letter-spacing: 1px;
}

    .breadcrumb li {
        position: relative;
    }

        .breadcrumb li:after {
            display: inline-block;
            text-align: center;
            content: "/";
            width: 19px;
            position: relative;
            right: 2px;
        }

        .breadcrumb li:last-child:after {
            content: none;
        }

.condition {
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}

.condition-item-count {
    margin: 0 80px 0 0;
}

    .condition-item-count span {
        font: 500 22px "Poppins", sans-serif;
        letter-spacing: 0.1em;
        margin: 0 5px 0 0;
    }

.condition-select {
    margin: 0 45px 0 0;
    position: relative;
}

    .condition-select:hover .condition-select-list {
        display: block;
    }

.condition-select-label {
    height: 30px;
    line-height: 36px;
    background: url("../../images/zh-cht/icons/arrow-down.png") no-repeat right 14px;
    padding: 0 30px 0 0;
    cursor: pointer;
}

.condition-select-list {
    display: none;
    position: absolute;
    width: 100%;
    border: 1px solid #dddcdd;
    background: #fff;
    padding: 3px 0;
    top: 30px;
    left: 0;
    z-index: 10;
}

    .condition-select-list a {
        display: block;
        padding: 7px 10px;
    }

        .condition-select-list a:hover {
            background: #f9f5f3;
        }

    .condition-select-list li.active a {
        background: #f9f5f3;
        pointer-events: none;
    }

.pagination {
    margin: 30px 0;
    text-align: right;
}

.condition-paging {
    font-size: 12px;
    margin-top: 8px;
    margin-left: auto;
}

    .condition-paging li {
        display: inline-block;
    }

        .condition-paging li:hover {
            background-color: #e9e9e9;
            text-decoration: none;
            cursor: pointer;
        }

    .condition-paging a, .condition-paging span {
        min-width: 18px;
        height: 18px;
        line-height: 18px;
        display: block;
        text-align: center;
    }

.pagination-current {
    background-color: #e9e9e9;
    text-decoration: none;
    cursor: pointer;
}

.pagination-prev {
    padding: 0 3px 0 15px;
    background: url("../../images/zh-cht/icons/page.png") no-repeat 3px -700px;
}

.pagination-next {
    padding: 0 15px 0 3px;
    background: url("../../images/zh-cht/icons/page.png") no-repeat 40px -742px;
}

.sp-result-info {
    display: none;
}

.pc-toggle-menu-button {
    margin: 30px auto;
    height: 18px;
    font: 400 14px "Poppins", sans-serif;
    display: inline-block;
    overflow: hidden;
    letter-spacing: 0.1em;
    background: url("../../images/zh-cht/icons/pdlist-menu.png") no-repeat left center;
    padding: 1px 0 0 35px;
    cursor: pointer;
}

    .pc-toggle-menu-button span {
        display: block;
        height: 18px;
        line-height: 18px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .pc-toggle-menu-button.open span {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

.pdlist-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.pdlist-sub {
    width: 260px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    border: 1px solid #dddcdd;
    border-bottom: none;
    margin-right: 10px;
    z-index: 2;
}

    .pdlist-sub.hide {
        width: 0;
        -webkit-transform: translateX(-1500px);
        transform: translateX(-1500px);
    }

.pdlist-main {
    width: 860px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 2%;
}

    .pdlist-main.is-wide {
        width: 100%;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

.pdlist-sub-section {
    border-bottom: 1px solid #dddcdd;
}

    .pdlist-sub-section a:hover, .pdlist-sub-section a.active {
        background-color: #f9f5f3;
    }

.pdlist-sub-title, .pdlist-sub-link-category {
    font: 500 14px "Poppins", sans-serif;
    letter-spacing: 0.12em;
    padding: 16px 25px 13px;
}

.pdlist-sub-title {
    position: relative;
    cursor: pointer;
}

    .pdlist-sub-title::before, .pdlist-sub-title::after {
        content: "";
        width: 15px;
        height: 1px;
        background: #969596;
        position: absolute;
        top: 24px;
        right: 31px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .pdlist-sub-title::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .pdlist-sub-title.active::after {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

.pdlist-sub-checkbox {
    display: none;
}

    .pdlist-sub-checkbox a {
        letter-spacing: 0.1em;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 15px 55px 14px 45px;
        position: relative;
    }

        .pdlist-sub-checkbox a::after {
            content: "";
            display: block;
            background-repeat: no-repeat;
            background-position: center;
            position: absolute;
            width: 16px;
            height: 16px;
            border: 1px solid #969696;
            top: 16px;
            right: 30px;
        }

        .pdlist-sub-checkbox a.active::after {
            background-image: url("../../images/zh-cht/icons/checked-black.png");
        }

    .pdlist-sub-checkbox.active {
        display: block;
    }

    .pdlist-sub-checkbox.forColor a:before {
        content: "";
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        width: 16px;
        height: 16px;
        top: 16px;
        right: 30px;
        background: var(--bg-color);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        border: none;
    }

    .pdlist-sub-checkbox.forColor a::after {
        content: "";
        border: none;
    }

    .pdlist-sub-checkbox.forColor a.active::after {
        background-image: var(--check-color);
    }

.pdlist-sub-link {
    display: none;
}

    .pdlist-sub-link li {
        position: relative;
    }

    .pdlist-sub-link a {
        font-size: 14px;
        letter-spacing: 0.1em;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 15px 55px 14px 45px;
        position: relative;
    }

        .pdlist-sub-link a:before {
            content: "";
            width: 4px;
            height: 7px;
            top: 20px;
            right: 36px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            display: block;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url("../../images/zh-cht/icons/arrow-right-facet.png");
            position: absolute;
        }

    .pdlist-sub-link.active {
        display: block;
    }

.pdlist-sub-link-title:hover + .pdlist-sub-link-submenu {
    display: block;
}

.pdlist-sub-link-submenu {
    display: none;
    width: 260px;
    left: 258px;
    background: #fff;
    border: 1px solid #dddcdd;
    position: absolute;
    top: 0;
}

    .pdlist-sub-link-submenu:hover {
        display: block;
    }

.pdlist-item {
    width: 100%;
    display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid;
    gap: 10px 0;
    position: relative;
}

    .pdlist-item a:hover {
        opacity: 0.6;
    }

    .pdlist-item .item-tag {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 2px;
    }

    .pdlist-item .tag {
        font-family: "Poppins", sans-serif;
        font-size: 9px;
        height: 14px;
        line-height: 14px;
        text-align: center;
        padding: 0 5px;
        color: #fff;
        border-radius: 2px;
        background: #4a4a4a;
    }

    .pdlist-item .item-image {
        position: relative;
        margin: 0 0 15px;
    }

        .pdlist-item .item-image img {
            width: 100%;
            vertical-align: middle;
            aspect-ratio: 3/4;
        }

        .pdlist-item .item-image.soldout:before {
            content: "SOLD OUT";
            width: 100%;
            height: 20px;
            font: 400 14px/20px "Poppins", sans-serif;
            text-align: center;
            color: #fff;
            background: #9b9b9b;
            position: absolute;
            bottom: 0;
            left: 0;
            opacity: 0.85;
        }

    .pdlist-item .item-desc {
        font-size: 12px;
    }

    .pdlist-item .item-brand {
        width: 100%;
        margin: 0 0 3px;
        word-break: break-all;
        font: 400 12px "Poppins", sans-serif;
    }

    .pdlist-item .item-name {
        width: 100%;
        margin: 0 0 3px;
        word-break: break-all;
        max-height: 2.8em;
        color: #0e050b;
        overflow: hidden;
        position: relative;
    }

        .pdlist-item .item-name::before, .pdlist-item .item-name::after {
            background: #fff;
            position: absolute;
        }

        .pdlist-item .item-name::before {
            content: "...";
            top: 1.4em;
            right: 0;
        }

        .pdlist-item .item-name::after {
            content: "";
            height: 100%;
            width: 100%;
        }

    .pdlist-item .item-price {
        font: 400 12px "Poppins", sans-serif;
    }

    .pdlist-item .price-off {
        font-size: 11px;
    }

    /* coming soon 開賣時間 */
    .pdlist-item .item-onsale-date {
        margin-top: 4px;
        padding: 2px 8px;
        display: inline-block;
        background: #eaf3fc;
        color: #7cafeb;
        font-size: 12px;
    }

    /* 商品內頁標籤右側開賣時間文字(大小同.tag, 無底色) */
    .pd-infos-tags .pd-onsale-date-text {
        margin-left: 6px;
        font-family: "Poppins", sans-serif;
        font-size: 9px;
        height: 14px;
        line-height: 14px;
        color: #515050;
    }

    .pdlist-item .item-popup-box {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 23px;
        left: 100%;
        z-index: 3;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        display: none;
    }

        .pdlist-item .item-popup-box::before {
            content: "";
            position: absolute;
            top: 18px;
            left: -7px;
            margin-top: -1px;
            display: block;
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 8px 8px 8px 0;
            border-color: transparent #fff transparent transparent;
            z-index: 4;
        }

        .pdlist-item .item-popup-box ul {
            padding: 10px 5px 5px 5px;
            line-height: 1em;
            background: #fff;
            border: 1px solid #d7d7d7;
            border-radius: 3px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            position: relative;
            z-index: 3;
            display: grid;
            grid-auto-flow: column;
            grid-template-rows: repeat(3, auto);
        }

            .pdlist-item .item-popup-box ul a {
                display: block;
            }

        .pdlist-item .item-popup-box img {
            margin: 0px 5px 5px;
            width: 54px;
            height: 72px;
            -o-object-fit: cover;
            object-fit: cover;
        }

.sp-sort-button {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 3%;
    z-index: 80;
}

    .sp-sort-button li {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 36px;
        line-height: 36px;
        display: inline-block;
        border-radius: 18px;
        margin: 0 3px;
        background-color: #4a4a4a;
        color: #fff;
        font-size: 11px;
        font-weight: bold;
    }

.sort-button-order {
    width: 80px;
}

    .sort-button-order span {
        position: relative;
        display: block;
        padding: 0 11px;
    }

        .sort-button-order span::after {
            content: "";
            width: 22px;
            height: 13px;
            display: inline-block;
            position: absolute;
            top: 11px;
            right: 12px;
            background-size: contain;
        }

    .sort-button-order.col-2 span::after {
        background: url("../../images/zh-cht/icons/sortbutton_slathreerows.svg") no-repeat;
    }

    .sort-button-order.col-3 span::after {
        background: url("../../images/zh-cht/icons/sortbutton_slatworows.svg") no-repeat;
    }

.sort-button-gotop {
    padding: 0 13px;
}

    .sort-button-gotop::before {
        content: "";
        width: 12px;
        height: 7px;
        background: url("../../images/zh-cht/icons/sortbutton_gotop_arrow.svg") no-repeat;
        background-size: contain;
        display: inline-block;
    }

.sp-fixed-filter {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
    font-size: 14px;
    overflow: hidden;
}

    .sp-fixed-filter.active {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

.sp-fixed-filter-inr {
    width: 100%;
    height: 100%;
    background: #fff;
    padding-top: 47px;
    position: relative;
    overflow: scroll;
}

.sp-fixed-filter-title {
    width: 100%;
    text-align: center;
    padding: 19px 4.68% 13px 4.68%;
    line-height: 1;
    background: #ececec;
    border-bottom: 1px solid #d8d8d8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.btn-close-filter {
    width: 20px;
    height: 20px;
    display: block;
    background: url("../../images/zh-cht/icons/filter_close.svg") no-repeat;
    background-size: contain;
    position: absolute;
    margin: -10px 0 0 0;
    top: 50%;
    right: 4.68%;
    cursor: pointer;
}

.sp-fixed-filter-section {
    border-bottom: 1px solid #d8d8d8;
}

    .sp-fixed-filter-section .title {
        padding: 16px 10.93% 16px 4.68%;
        font-size: 13px;
        position: relative;
        font-weight: bold;
    }

    .sp-fixed-filter-section li {
        background-color: #f6f6f6;
    }

        .sp-fixed-filter-section li a, .sp-fixed-filter-section li span {
            display: block;
            margin: 0 4.68% auto;
            padding: 16px 1.72%;
            font-size: 14px;
            border-bottom: 1px dashed #d8d8d8;
            position: relative;
        }

            .sp-fixed-filter-section li a:after, .sp-fixed-filter-section li span:after {
                content: "";
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                width: 20px;
                height: 20px;
                margin: -10px 0 0 0;
                display: inline-block;
                border: 1px solid #bbb;
                border-radius: 10px;
                background: #fff;
                position: absolute;
                top: 50%;
                right: 1.72%;
            }

            .sp-fixed-filter-section li a.active::after, .sp-fixed-filter-section li span.active::after {
                border: 1px solid #9b9b9b;
                background: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#575757));
                background: linear-gradient(180deg, #dbdbdb 0%, #575757 100%);
            }

@media (max-width: 767px) {
    .productlist-banner {
        padding: 0;
        margin: 0 auto;
    }

        .productlist-banner img {
            width: 100%;
        }

    .proudctlist {
        padding: 15px 0;
        margin: 0 auto;
    }

        .proudctlist .pageTitle {
            font-size: 16px;
            margin: 30px 3% 25px;
        }

        .proudctlist .pagination {
            display: block;
            top: -1px;
            border-top: 1px solid #d8d8d8;
            border-bottom: 1px solid #d8d8d8;
        }

    .breadcrumb {
        padding: 0 10px 20px;
    }

        .breadcrumb li:first-child a {
            vertical-align: middle;
        }

        .breadcrumb li:first-child span {
            background-size: 12px;
            display: inline-block;
            padding: 13px 0 0;
            width: 20px;
            height: 0;
            overflow: hidden;
            background: url("../../images/zh-cht/icons/bread_home.svg") no-repeat bottom;
        }

        .breadcrumb li:after {
            content: "";
            height: 8px;
            background-size: 5px;
            background-size: contain;
            background: url("../../images/zh-cht/icons/bread_nextarrow.svg") no-repeat center;
        }

    .condition {
        display: none;
    }

    .sp-result-info {
        display: block;
        text-align: center;
    }

        .sp-result-info .orderby {
            font-size: 11px;
            margin: 8px 0;
        }

        .sp-result-info .count {
            font: 400 12px "Poppins", sans-serif;
            margin: 8px 0;
        }

    .pc-toggle-menu-button {
        display: none;
    }

    .pdlist-sub {
        display: none;
    }

    .pdlist-main {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0;
    }

        .pdlist-main .pdlist-item {
            width: 33.33%;
        }

            .pdlist-main .pdlist-item:nth-of-type(3n) {
                border-right: 0;
            }

        .pdlist-main.layout-2 .pdlist-item {
            width: 50%;
        }

            .pdlist-main.layout-2 .pdlist-item:nth-of-type(3n) {
                border-right: 0.5px solid #d8d8d8;
            }

            .pdlist-main.layout-2 .pdlist-item:nth-of-type(2n) {
                border-right: 0;
            }

    .pdlist-item {
        border-right: 0.5px solid #d8d8d8;
        border-bottom: 0.5px solid #d8d8d8;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }

        .pdlist-item a {
            display: block;
            width: 100%;
        }

        .pdlist-item .item-tag {
            display: none;
        }

        .pdlist-item .item-image {
            position: relative;
            margin: 0 0 15px;
        }

        .pdlist-item .item-desc {
            padding: 0 4.5% 10px;
        }

        .pdlist-item .item-brand {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font: 400 10px "Poppins", sans-serif;
        }

        .pdlist-item .item-name {
            margin: 0 0 5px;
        }

        .pdlist-item .item-popup-box {
            display: none;
        }

            .pdlist-item .item-popup-box::before {
                content: none;
            }

            .pdlist-item .item-popup-box ul {
                display: none;
            }

    .pagination {
        margin: 0;
        padding: 15px 0px;
        position: relative;
        text-align: center;
    }

        .pagination .condition-paging {
            margin: 0;
        }

        .pagination li {
            vertical-align: top;
            margin: 0 2px;
        }

            .pagination li a {
                min-width: 20px;
                height: 20px;
                line-height: 20px;
                overflow: hidden;
                background: #fff;
                color: #6f788b;
                padding: 1px 2px 0;
            }

        .pagination .pagination-current {
            background: #4a4a4a;
            border-radius: 10px;
        }

            .pagination .pagination-current a {
                background: #4a4a4a;
                color: #fff;
                pointer-events: none;
                border-radius: 10px;
            }

        .pagination .pagination-prev, .pagination .pagination-next {
            position: absolute;
            background: none;
            padding: 0;
            top: 0;
        }

            .pagination .pagination-prev a, .pagination .pagination-next a {
                width: 30px;
                height: 0;
                border: none;
                background-color: transparent;
                background-repeat: no-repeat;
                background-position: center;
                background-size: 5px;
                border-radius: 0;
                padding: 50px 0 0;
            }

        .pagination .pagination-prev {
            left: 0;
        }

            .pagination .pagination-prev a {
                background-image: url("../../images/zh-cht/icons/pager_arrowleft.svg");
            }

        .pagination .pagination-next {
            right: 0;
        }

            .pagination .pagination-next a {
                background-image: url("../../images/zh-cht/icons/pager_arrowright.svg");
            }

    .sp-sort-button {
        display: block;
    }
}
/*------------------------------------*\
  #Product
\*------------------------------------*/
.productContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.pd-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0;
    gap: 5%;
}

.pd-images {
    width: 48%;
}

.pd-infos {
    width: 47%;
}

.pd-images-slider {
    margin: 0 auto;
    position: relative;
    padding-left: 5px;
}

    .pd-images-slider img {
        width: 100%;
    }

    .pd-images-slider .slick-prev, .pd-images-slider .slick-next {
        width: 60px;
        height: 0;
        overflow: hidden;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center;
        top: 50%;
        padding: 60px 0 0;
    }

    .pd-images-slider .slick-next {
        background-image: url("../../images/zh-cht/icons/arrow-right-black.png");
        right: -60px;
    }

    .pd-images-slider .slick-prev {
        background-image: url("../../images/zh-cht/icons/arrow-left-black.png");
        left: -60px;
    }

.slider-main {
    width: 78%;
    margin: 0 auto;
}

.photo-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 10px;
}

    .photo-comment .slide-stock {
        display: inline-block;
        padding: 0 7px;
        border: 1px solid #666;
        border-radius: 100px;
        font-size: 10px;
        margin-left: 6px;
    }

.slider-counter {
    margin: 20px 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 400 12px "Poppins", sans-serif;
    color: #030000;
    letter-spacing: 0.1em;
    display: inline-block;
    vertical-align: middle;
}

    .slider-counter .slider-counter-text {
        margin: 0 10px 0 0;
    }

    .slider-counter .slider-counter-current {
        margin-right: 5px;
    }

    .slider-counter .slider-counter-total {
        margin-left: 5px;
    }

.sp-imagelist-button {
    display: none;
}

.slider-thumbs {
    padding-left: 5px;
}

    .slider-thumbs li {
        width: 50px;
        display: inline-block;
        vertical-align: top;
        letter-spacing: normal;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        margin-bottom: 5px;
        position: relative;
        cursor: pointer;
        font: 500 11px "Poppins", sans-serif;
        margin-right: 3px;
    }

        .slider-thumbs li.active .slider-thumbs-image {
            display: block;
            position: relative;
        }

            .slider-thumbs li.active .slider-thumbs-image::after {
                content: "";
                width: 100%;
                height: 100%;
                display: block;
                -webkit-box-shadow: inset 0 0 0 2px rgb(215, 72, 48);
                box-shadow: inset 0 0 0 2px rgb(215, 72, 48);
                position: absolute;
                top: 0;
                left: 0;
            }

        .slider-thumbs li:hover {
            opacity: 0.6;
        }

.slider-thumbs-group + .slider-thumbs-group {
    border-top: 1px solid #e6e6e6;
    padding: 20px 0 0;
    margin: 15px 0 0;
}

.zoom-slider-main.active {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

    .zoom-slider-main.active .zoom-slider-inr {
        width: 100%;
        position: relative;
    }

    .zoom-slider-main.active .zoom-slider-close {
        display: block;
    }

    .zoom-slider-main.active .slider-counter {
        bottom: 10px;
    }

    .zoom-slider-main.active .photo-comment {
        display: none;
    }

.zoom-slider-close {
    width: 50px;
    height: 40px;
    background: url("../../images/zh-cht/icons/zoom_slider_close.png") no-repeat center;
    background-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 351;
    display: none;
}

.sp-imglist-popup {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 47px 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    z-index: 90;
}

    .sp-imglist-popup.is-open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .sp-imglist-popup .section-title {
        background: #f8f8f8;
        font-size: 16px;
        text-align: center;
        padding: 15px 0;
        font-weight: bold;
        position: relative;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .sp-imglist-popup .btn-section-close {
        position: absolute;
        width: auto;
        height: auto;
        background: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 16px;
        left: 15px;
        right: auto;
    }

        .sp-imglist-popup .btn-section-close::before {
            content: "";
            width: 10px;
            height: 17px;
            background: url("../../images/zh-cht/icons/arrow_left.png") no-repeat;
            background-size: contain;
            margin: 2px 7px 0 0;
        }

    .sp-imglist-popup .section-body {
        width: 100%;
        height: 100%;
        overflow: scroll;
    }

    .sp-imglist-popup .sp-imglist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 3px 20px;
    }

    .sp-imglist-popup .imagelist-item {
        width: 20%;
        padding: 3px;
    }

.pd-infos {
    color: #515050;
}

    .pd-infos .pd-name {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 35px;
    }

.pd-infos-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2px;
    margin-bottom: 8px;
}

    .pd-infos-tags .tag {
        font-family: "Poppins", sans-serif;
        font-size: 9px;
        height: 14px;
        line-height: 14px;
        text-align: center;
        padding: 0 5px;
        color: #fff;
        border-radius: 2px;
        background: #4a4a4a;
    }

.pd-infos-brand {
    margin-bottom: 10px;
}

    .pd-infos-brand img {
        max-width: 175px;
        width: 100%;
    }

.pd-infos-promotion {
    margin-bottom: 10px;
}

    .pd-infos-promotion a {
        display: block;
        font-size: 13px;
        color: #ff0061;
        text-decoration: none;
    }

        .pd-infos-promotion a:hover {
            text-decoration: underline;
            text-underline-offset: 5px;
        }

.pd-price-box .price {
    font-size: 34px;
}

.pd-price-box .price-origin {
    font-size: 14px;
    margin: 0 0 5px;
}

.pd-price-box .price-sale {
    font-size: 34px;
    vertical-align: bottom;
    display: inline-block;
    color: #c60038;
}

.pd-price-box .price-off {
    font-size: 18px;
    display: inline-block;
    vertical-align: bottom;
    color: #c60038;
    margin: 0 0 2px 5px;
}

.sp-pd-btn-wrap {
    display: none;
}

.sp-fix-bottom {
    display: none;
}

.pd-color-size-group {
    border-top: 1px solid #e6e6e6;
    font-size: 0;
    margin: 45px 0 20px;
}

    .pd-color-size-group .section-title {
        display: none;
    }

    .pd-color-size-group .item {
        border-bottom: 1px solid #e6e6e6;
    }

    .pd-color-size-group .pd-color {
        display: inline-block;
        width: 14%;
        font-weight: bold;
        font-size: 10px;
        padding: 9px 0;
        vertical-align: top;
    }

        .pd-color-size-group .pd-color .pd-color-img {
            width: 34px;
            text-align: center;
            cursor: pointer;
        }

        .pd-color-size-group .pd-color .pd-color-name {
            line-height: 1;
            margin-top: 5px;
            cursor: pointer;
        }

    .pd-color-size-group .pd-size-list {
        display: inline-block;
        width: 86%;
    }

        .pd-color-size-group .pd-size-list ul {
            height: 100%;
        }

        .pd-color-size-group .pd-size-list li {
            width: 100%;
            height: 100%;
            padding: 20px 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-bottom: 1px solid #e6e6e6;
        }

            .pd-color-size-group .pd-size-list li:last-of-type {
                border-bottom: none;
            }

        .pd-color-size-group .pd-size-list .pd-size {
            width: 15%;
            font: bold 12px "Poppins", sans-serif;
        }

        .pd-color-size-group .pd-size-list .pd-stock {
            width: 26%;
            font-size: 11px;
        }

        .pd-color-size-group .pd-size-list .pd-btn-wrap {
            width: 46%;
            font-size: 14px;
            font-weight: bold;
            letter-spacing: 0.1em;
            text-align: center;
            position: relative;
        }

            .pd-color-size-group .pd-size-list .pd-btn-wrap .btn {
                background: #000;
                border: none;
                color: #fff;
                width: 100%;
                padding: 8px 0;
                display: inline-block;
                position: relative;
            }

            .pd-color-size-group .pd-size-list .pd-btn-wrap .btn-cart {
                cursor: pointer;
            }

                .pd-color-size-group .pd-size-list .pd-btn-wrap .btn-cart:hover {
                    opacity: 0.6;
                }

            .pd-color-size-group .pd-size-list .pd-btn-wrap .btn-arrived {
                position: relative;
            }

                .pd-color-size-group .pd-size-list .pd-btn-wrap .btn-arrived .emailbox {
                    display: none;
                    -webkit-box-sizing: content-box;
                    box-sizing: content-box;
                    width: 100%;
                    background-color: rgba(0, 0, 0, 0.7);
                    padding: 10px;
                    position: absolute;
                    bottom: -10px;
                    left: -10px;
                }

                .pd-color-size-group .pd-size-list .pd-btn-wrap .btn-arrived:hover .emailbox {
                    display: block;
                }

                .pd-color-size-group .pd-size-list .pd-btn-wrap .btn-arrived:hover .btn-send-email {
                    cursor: pointer;
                }

        .pd-color-size-group .pd-size-list .pd-favorite-btn {
            margin-left: 14px;
            width: 36px;
            height: 36px;
            display: block;
            background-repeat: no-repeat;
            cursor: pointer;
            background-image: url("../../images/zh-cht/icons/favourite-off.png");
        }

            .pd-color-size-group .pd-size-list .pd-favorite-btn.active {
                background-image: url("../../images/zh-cht/icons/favourite-on.png");
            }

.pd-desc-nav {
    display: none;
}

.pd-desc-cnt .section-title {
    padding: 20px 0 15px;
    font-size: 15px;
    font-weight: bold;
}

.pd-desc-cnt .section-body {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
}

.pd-desc-cnt .btn-giftbox {
    background: #fff;
    border: 2px solid #000;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    display: block;
    padding: 10px;
    margin-top: 20px;
    cursor: pointer;
}

    .pd-desc-cnt .btn-giftbox:hover {
        opacity: 0.6;
    }

.measuretable-table {
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
}

    .measuretable-table th {
        padding: 10px 0;
        background: #f4f4f4;
        border: 1px solid #b8b8b8;
    }

    .measuretable-table td {
        padding: 16px 0;
        border: 1px solid #b8b8b8;
    }

.pd-desc-detail {
    background: #f4f4f4;
    padding: 20px;
    font-size: 13px;
}

    .pd-desc-detail .inr-title {
        display: inline-block;
        vertical-align: top;
        width: 95px;
    }

    .pd-desc-detail .inr-cnt {
        display: inline-block;
        width: calc(100% - 110px);
        padding: 0 0 0 10px;
        margin-bottom: 15px;
    }

        .pd-desc-detail .inr-cnt:last-of-type {
            margin: 0;
        }

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        padding-top: 56.25%;
        content: "";
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.pd-recommend, .pd-viewd {
    margin: 30px 0 70px;
}

    .pd-recommend .section-title, .pd-viewd .section-title {
        position: relative;
        overflow: hidden;
        border-bottom: 1px solid #dcdcdc;
        padding: 0 0 15px;
        margin: 0 0 20px;
        font-size: 16px;
        font-weight: bold;
    }

    .pd-recommend .section-body, .pd-viewd .section-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 12px;
        font-size: 11px;
        word-break: break-all;
        overflow: hidden;
    }

        .pd-recommend .section-body a, .pd-viewd .section-body a {
            display: block;
        }

        .pd-recommend .section-body .item, .pd-viewd .section-body .item {
            width: calc((100% - 84px) / 8);
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

            .pd-recommend .section-body .item:hover, .pd-viewd .section-body .item:hover {
                opacity: 0.6;
            }

        .pd-recommend .section-body .item-img, .pd-viewd .section-body .item-img {
            margin: 0 0 8px;
            aspect-ratio: 3/4;
        }

        .pd-recommend .section-body .item-brand, .pd-viewd .section-body .item-brand {
            margin: 0 0 4px;
        }

        .pd-recommend .section-body .item-name, .pd-viewd .section-body .item-name {
            margin: 0 0 4px;
        }

@media (max-width: 767px) {
    .productContainer {
        padding: 10px 0;
    }

        .productContainer .breadcrumb {
            padding: 6px 8px;
        }

    .pd-wrap {
        margin: 0 0 20px;
    }

    .pd-images {
        width: 100%;
    }

    .pd-infos {
        width: 100%;
    }

    .pd-images-slider {
        padding-left: 0;
    }

        .pd-images-slider .slick-prev, .pd-images-slider .slick-next {
            z-index: 2;
            width: 50px;
            padding: 50px 0 0;
            background-size: 31px;
        }

        .pd-images-slider .slick-prev {
            background-image: url("../../images/zh-cht/icons/slide_arrow_prev.png");
            left: 0;
        }

        .pd-images-slider .slick-next {
            background-image: url("../../images/zh-cht/icons/slide_arrow_next.png");
            right: 0;
        }

    .slider-main {
        width: 100%;
    }

    .slider-counter {
        margin: initial;
        min-width: 45px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 10px;
        line-height: 1;
        position: absolute;
        bottom: 40px;
        text-align: center;
        left: calc(50% - 23px);
        z-index: 2;
        color: #4A4A4A;
        background: rgba(255, 255, 255, 0.75);
        border-radius: 50px;
        padding: 2px 4px 1px;
    }

        .slider-counter .slider-counter-text {
            margin: initial;
            display: none;
        }

        .slider-counter .slider-counter-current {
            margin-right: 0;
        }

        .slider-counter .slider-counter-total {
            margin-left: 0;
        }

    .sp-imagelist-button {
        display: block;
        width: 40px;
        position: absolute;
        bottom: 40px;
        left: 10px;
        z-index: 2;
    }

    .slider-thumbs {
        padding: 10px 10px 0;
        overflow: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #eee;
    }

        .slider-thumbs ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .slider-thumbs li {
            width: 46px;
            margin-bottom: 0;
            border: 1px solid transparent;
            cursor: initial;
            font-size: 8px;
        }

            .slider-thumbs li.active .slider-thumbs-image {
                opacity: 0.6;
            }

                .slider-thumbs li.active .slider-thumbs-image::after {
                    -webkit-box-shadow: inset 0 0 0 1px #4A4A4A;
                    box-shadow: inset 0 0 0 1px #4A4A4A;
                }

        .slider-thumbs .slider-thumbs-text {
            padding: 2px 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .slider-thumbs-group + .slider-thumbs-group {
        border-top: none;
        padding: 0;
        margin: 0;
    }

    .pd-infos {
        padding: 20px 15px 15px;
        overflow: hidden;
    }

        .pd-infos .pd-name {
            font-size: 20px;
            margin-bottom: 12px;
        }

    .pd-infos-tags .tag {
        font-size: 11px;
        height: 16px;
        line-height: 16px;
    }

    .pd-infos-tags .pd-onsale-date-text {
        font-size: 11px;
        height: 16px;
        line-height: 16px;
    }

    .pd-infos-brand {
        display: none;
    }

    .pd-price-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .pd-price-box .price {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            width: 100%;
            font-size: 24px;
        }

        .pd-price-box .price-origin {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            font-size: 11px;
            margin: 0;
        }

        .pd-price-box .price-sale {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            width: 100%;
            font-size: 24px;
        }

        .pd-price-box .price-off {
            -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
            order: 0;
            font-size: 12px;
            padding: 1px 5px 0;
            color: #fff;
            background-color: #d0021b;
            margin: 0 5px 0 0;
            border-radius: 4px;
        }

    .sp-pd-btn-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 10px auto 20px;
    }

        .sp-pd-btn-wrap .btn-sp-fixed-cart {
            width: 75%;
            height: 50px;
            background: #000;
            color: #fff;
            font-size: 15px;
            font-weight: 500;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .sp-pd-btn-wrap .btn-sp-fixed-cart svg {
                width: 25px;
                fill: white;
                margin-right: 10px;
            }

        .sp-pd-btn-wrap .btn-sp-favorite {
            width: 25%;
            text-align: center;
        }

            .sp-pd-btn-wrap .btn-sp-favorite img {
                width: 26px;
            }

    .sp-fix-bottom {
        width: 100%;
        height: 55px;
        background-color: rgba(255, 255, 255, 0.8);
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 10px;
    }

        .sp-fix-bottom .fix-bottom-price {
            width: calc(100% - 140px);
            text-align: center;
            font-size: 20px;
            font-weight: bold;
        }

        .sp-fix-bottom .btn-sp-fixed-cart {
            width: 130px;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            height: 40px;
            color: #fff;
            background-color: #000;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-weight: 500;
            font-size: 12px;
        }

            .sp-fix-bottom .btn-sp-fixed-cart svg {
                width: 18px;
                margin-right: 8px;
                fill: white;
            }

    .pd-color-size-group {
        width: 100%;
        height: 55%;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: white;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -webkit-transform: translateY(101%);
        transform: translateY(101%);
        z-index: 100;
        margin: 0;
        border-top: none;
    }

        .pd-color-size-group.active {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        .pd-color-size-group .section-title {
            display: block;
            height: 30px;
            line-height: 30px;
            font-size: 13px;
            font-weight: bold;
            text-align: left;
            color: #fff;
            background: #4a4a4a;
            padding: 0 5px 0 15px;
            position: relative;
        }

        .pd-color-size-group .btn-section-close {
            position: absolute;
            right: 15px;
            width: 40px;
            height: 20px;
            display: block;
            top: 5px;
        }

            .pd-color-size-group .btn-section-close::before, .pd-color-size-group .btn-section-close::after {
                content: "";
                width: 25px;
                height: 1px;
                background: #fff;
                position: absolute;
            }

            .pd-color-size-group .btn-section-close::before {
                top: 9px;
                left: 20px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .pd-color-size-group .btn-section-close::after {
                bottom: 10px;
                left: 20px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        .pd-color-size-group .section-body {
            width: 100%;
            height: 100%;
            overflow: scroll;
        }

        .pd-color-size-group .item {
            border-bottom: 1px solid #c0c4cd;
        }

        .pd-color-size-group .pd-color {
            display: block;
            width: 100%;
            border-bottom: 1px dotted #c0c4cd;
            padding: 3px 15px;
            font-weight: normal;
            font-size: 12px;
            pointer-events: none;
        }

            .pd-color-size-group .pd-color .pd-color-img {
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                gap: 10px;
            }

                .pd-color-size-group .pd-color .pd-color-img img {
                    width: 27px;
                }

        .pd-color-size-group .pd-size-list {
            display: block;
            width: 100%;
        }

            .pd-color-size-group .pd-size-list li {
                width: 100%;
                height: 100%;
                padding: 9px 15px;
                border-bottom: 1px dotted #c0c4cd;
            }

                .pd-color-size-group .pd-size-list li:last-of-type {
                    border-bottom: none;
                }

            .pd-color-size-group .pd-size-list .pd-size {
                width: 10%;
                font: normal 12px "Poppins", sans-serif;
            }

            .pd-color-size-group .pd-size-list .pd-stock {
                width: 32%;
                font-size: 12px;
            }

            .pd-color-size-group .pd-size-list .pd-btn-wrap {
                width: calc(58% - 50px);
                font-size: 12px;
                letter-spacing: initial;
                padding: 7px 0;
            }

            .pd-color-size-group .pd-size-list .pd-favorite-btn {
                background-image: url("../../images/zh-cht/icons/favourite-off.png");
            }

                .pd-color-size-group .pd-size-list .pd-favorite-btn.active {
                    background-image: url("../../images/zh-cht/icons/favourite-on.png");
                }

    .pd-desc-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -15px;
        margin-right: -15px;
    }

        .pd-desc-nav li {
            width: 50%;
            text-align: center;
            padding: 10px 0;
            font-size: 14px;
            position: relative;
        }

            .pd-desc-nav li::before {
                content: "";
                width: 100%;
                height: 1px;
                display: block;
                background-color: #6f788b;
                position: absolute;
                bottom: 0;
                left: 0;
            }

            .pd-desc-nav li.active {
                font-weight: bold;
            }

                .pd-desc-nav li.active::before {
                    height: 2px;
                    background-color: #4a4a4a;
                }

    .pd-desc-cnt {
        display: none;
        padding: 20px 0;
    }

        .pd-desc-cnt.active {
            display: block;
        }

        .pd-desc-cnt .section-title {
            display: none;
        }

        .pd-desc-cnt .section-body {
            border-bottom: none;
        }

    .measuretable-table-wrap {
        width: 100%;
        overflow-x: auto;
    }

    .measuretable-table {
        font-size: 12px;
        overflow-x: auto;
    }

        .measuretable-table th {
            padding: 5px 8px;
            font-weight: bold;
            border-bottom: none;
            min-width: 85px;
        }

        .measuretable-table td {
            padding: 5px 8px;
            border-top: none;
        }

    .pd-desc-detail {
        background-color: initial;
        padding: 0;
    }

        .pd-desc-detail .inr-title {
            display: block;
            width: initial;
            margin: 0 -15px 7px -15px;
            font-size: 13px;
            background: #ececec;
            padding: 6px 15px;
        }

        .pd-desc-detail .inr-cnt {
            width: initial;
            padding: 0;
        }

    .pd-recommend, .pd-viewd {
        margin: 25px 0;
    }

        .pd-recommend .section-title, .pd-viewd .section-title {
            border-bottom: none;
            padding: 0;
            font-size: 14px;
            line-height: 1.5;
            margin: 0 0 6px 15px;
        }

        .pd-recommend .section-body, .pd-viewd .section-body {
            display: block;
            background: #f0f0f0;
            padding: 10px;
            overflow: auto;
            white-space: nowrap;
        }

            .pd-recommend .section-body a, .pd-viewd .section-body a {
                display: block;
            }

            .pd-recommend .section-body .item, .pd-viewd .section-body .item {
                display: inline-block;
                width: 40%;
                margin-right: 10px;
            }

                .pd-recommend .section-body .item:last-of-type, .pd-viewd .section-body .item:last-of-type {
                    margin-right: 0;
                }

            .pd-recommend .section-body .item-img, .pd-viewd .section-body .item-img {
                margin-bottom: 7px;
            }

            .pd-recommend .section-body .item-name, .pd-viewd .section-body .item-name {
                display: none;
            }

            .pd-recommend .section-body .item-brand, .pd-viewd .section-body .item-brand {
                font-size: 10px;
            }

            .pd-recommend .section-body .item-price, .pd-viewd .section-body .item-price {
                font-size: 12px;
            }

            .pd-viewd .section-body .item-img {
                margin: 0;
            }

            .pd-viewd .section-body .item-brand {
                display: none;
            }

            .pd-viewd .section-body .item-price {
                display: none;
            }
}
/*------------------------------------*\
  #Static
\*------------------------------------*/
.loginContainer, .registerContainer {
    max-width: 990px;
    margin: 20px auto 50px;
    padding: 0 10px;
}

    .loginContainer .pageTitle, .registerContainer .pageTitle {
        font-size: 28px;
        letter-spacing: 2px;
        margin: 0 0 25px 0;
        font-weight: bold;
    }

.login-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
}

.login-card, .register-card {
    padding: 34px 25px 30px;
    border: 5px solid #eaeaea;
    width: 50%;
    font-size: 14px;
}

    .login-card .card-title, .register-card .card-title {
        margin-bottom: 30px;
        text-align: center;
        font-size: 22px;
        color: #000;
        letter-spacing: 0.5px;
        font-weight: bold;
    }

    .login-card .input-wrap, .register-card .input-wrap {
        margin-bottom: 15px;
    }

        .login-card .input-wrap label, .register-card .input-wrap label {
            display: block;
            margin-bottom: 5px;
        }

    .login-card p, .register-card p {
        line-height: 1.7;
    }

    .login-card .btn-one-wrap, .register-card .btn-one-wrap {
        margin: 30px auto;
        text-align: center;
    }

    .login-card .btn-two-wrap, .register-card .btn-two-wrap {
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.btn-forget {
    font-size: 12px;
    font-weight: normal;
    color: #f5718b;
}

    .btn-forget:hover {
        border-bottom: 1px solid #f5718b;
    }

.btn-login {
    display: inline-block;
    width: 224px;
    background-color: #2c2c2c;
    font-size: 14px;
    letter-spacing: 0.5px;
    border-radius: 2px;
    height: 50px;
    line-height: 46px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

    .btn-login:hover {
        opacity: 0.6;
    }

.btn-register {
    display: inline-block;
    width: 225px;
    background: #fff;
    border: 2px solid #2d2d2d;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #000;
    border-radius: 2px;
    height: 50px;
    line-height: 46px;
    font-weight: bold;
    cursor: pointer;
}

    .btn-register:hover {
        opacity: 0.6;
    }

.register-wrap .section-title {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #d7d7d7;
}

.register-wrap .btn-next {
    display: block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
    color: #fff;
    background-color: black;
    cursor: pointer;
}

    .register-wrap .btn-next:hover {
        opacity: 0.6;
    }

.coupon-banner {
    margin: 50px 0;
    line-height: 1.7;
}

    .coupon-banner img {
        width: 100%;
        margin-bottom: 30px;
    }

.step-chart {
    margin-bottom: 30px;
}

    .step-chart ul {
        border: 1px solid #d7d7d7;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .step-chart ul li {
            width: 100%;
            height: 32px;
            line-height: 32px;
            font-size: 12px;
            text-align: center;
            position: relative;
            background-color: white;
        }

            .step-chart ul li::before, .step-chart ul li::after {
                content: "";
                display: inline-block;
                width: 0;
                height: 0;
                position: absolute;
                top: 0;
                z-index: 2;
                border-style: solid;
            }

            .step-chart ul li::before {
                right: -11px;
                border-width: 17px 0 17px 10px;
                border-color: transparent transparent transparent #d7d7d7;
            }

            .step-chart ul li::after {
                right: -10px;
                top: 1px;
                border-width: 16px 0 16px 10px;
                border-color: transparent transparent transparent white;
            }

            .step-chart ul li.active {
                background: #f3f4f6;
            }

                .step-chart ul li.active::after {
                    border-color: transparent transparent transparent #f3f4f6;
                }

            .step-chart ul li:last-of-type::before, .step-chart ul li:last-of-type::after {
                content: none;
            }

.register-rules {
    width: 100%;
    height: 250px;
    border: 1px solid #d7d7d7;
    margin: 0 0 20px 0;
    padding: 20px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.register-form {
    margin: 0 0 30px 0;
    line-height: 28px;
}

    .register-form .input-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #f5f5f5;
        border-bottom: 1px solid white;
    }

        .register-form .input-wrap label {
            display: block;
            width: 200px;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding: 10px 0 10px 20px;
            background: #e6e6e6;
            line-height: 28px;
        }

            .register-form .input-wrap label span {
                color: #ec012b;
                padding-left: 3px;
            }

        .register-form .input-wrap select, .register-form .input-wrap input {
            line-height: 28px;
        }

        .register-form .input-wrap .error {
            line-height: 28px;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            margin: 0;
            padding: 10px 0;
        }

    .register-form .checkbox-wrap label {
        padding: 0;
        text-align: left;
        width: initial;
        margin: 0;
        background-color: initial;
    }

    .register-form .input-inner {
        max-width: 360px;
        width: calc(100% - 250px);
        padding: 10px 20px;
    }

    .register-form .captcha {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
    }

        .register-form .captcha input[type=image] {
            width: 100px;
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

    .register-form .vcode {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10px;
    }

        .register-form .vcode .getvcode,
        .register-form .vcode .waitvcode {
            width: 100px;
            line-height: 30px;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            text-align: center;
        }

        .register-form .vcode .getvcode {
            display: block;
            background-color: black;
            color: white;
            cursor: pointer;
        }

            .register-form .vcode .getvcode:hover {
                opacity: 0.6;
            }

        .register-form .vcode .waitvcode {
            display: none;
        }

        .register-form .vcode.active .getvcode {
            display: none;
        }

        .register-form .vcode.active .waitvcode {
            display: block;
            background-color: #eaeaea;
        }

    .register-form .btn-two-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
    }

.note-graybox {
    padding: 20px;
    margin: 0 0 20px 0;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    background: #f7f7f7;
}

    .note-graybox ol {
        list-style-type: decimal;
        padding: 0 0 0 15px;
    }

        .note-graybox ol li {
            margin-bottom: 5px;
        }

@media (max-width: 767px) {
    .loginContainer .pageTitle, .registerContainer .pageTitle {
        margin: 10px 11px;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }

    .loginContainer {
        padding: 0;
    }

    .login-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .login-card, .register-card {
        padding: 12px 10px 20px;
        border: none;
        border-bottom: 1px solid #e6e6e6;
        width: 100%;
        font-size: 12px;
    }

        .login-card .card-title, .register-card .card-title {
            background: #999;
            margin-bottom: 15px;
            padding: 10px;
            color: #fff;
            text-align: left;
            font-size: 14px;
            letter-spacing: 0.5px;
            margin-left: -10px;
            margin-right: -10px;
        }

        .login-card .input-wrap, .register-card .input-wrap {
            margin-bottom: 10px;
        }

            .login-card .input-wrap select, .login-card .input-wrap input, .register-card .input-wrap select, .register-card .input-wrap input {
                line-height: 28px;
            }

        .login-card p, .register-card p {
            line-height: 19px;
        }

        .login-card .btn-two-wrap, .register-card .btn-two-wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            gap: 10px;
        }

    .btn-login, .btn-register {
        height: 40px;
        line-height: 38px;
        width: 260px;
    }

    .btn-register {
        background-color: #333;
        color: white;
    }

    .btn-forget {
        color: #333;
        text-decoration: underline;
    }

    .coupon-banner {
        margin: 30px 0;
    }

    .register-form {
        margin: 0 0 20px 0;
    }

        .register-form .input-wrap {
            display: block;
            margin-bottom: 10px;
            background-color: initial;
        }

            .register-form .input-wrap label {
                width: 100%;
                padding: 0;
                background: initial;
            }

            .register-form .input-wrap select, .register-form .input-wrap input {
                line-height: 28px;
            }

            .register-form .input-wrap .error {
                padding: 5px 0 0;
                line-height: initial;
            }

        .register-form .input-inner {
            max-width: initial;
            width: 100%;
            padding: 0;
        }

        .register-form .vcode {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 10px;
        }

            .register-form .vcode .getvcode,
            .register-form .vcode .waitvcode {
                width: 100px;
                line-height: 30px;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                text-align: center;
            }

            .register-form .vcode .getvcode {
                display: block;
                background-color: black;
                color: white;
                cursor: pointer;
            }

                .register-form .vcode .getvcode:hover {
                    opacity: 0.6;
                }

            .register-form .vcode .waitvcode {
                display: none;
            }

            .register-form .vcode.active .getvcode {
                display: none;
            }

            .register-form .vcode.active .waitvcode {
                display: block;
                background-color: #eaeaea;
            }

    .note-graybox {
        padding: 10px;
    }
}
/*------------------------------------*\
  #Static
\*------------------------------------*/
.memberContainer, .shoppingContainer {
    max-width: 990px;
    margin: 20px auto;
    padding: 0 10px;
}

    .memberContainer .pageTitle, .shoppingContainer .pageTitle {
        font-size: 28px;
        letter-spacing: 2px;
        margin: 0 0 25px 0;
        font-weight: bold;
    }

    .memberContainer .btn-black, .shoppingContainer .btn-black {
        display: block;
        width: 170px;
        height: 40px;
        line-height: 40px;
        margin: 0 auto;
        text-align: center;
        border-radius: 4px;
        font-weight: bold;
        color: #fff;
        background-color: black;
        cursor: pointer;
    }

        .memberContainer .btn-black:hover, .shoppingContainer .btn-black:hover {
            opacity: 0.6;
        }

.member-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.member-aside {
    width: 220px;
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 1.55;
}

.member-cnt {
    width: calc(100% - 240px);
}

    .member-cnt .section-title {
        font-size: 16px;
        border-bottom: 2px solid #e9e9e9;
        padding: 0 0 6px;
        margin: 0 0 20px;
    }

    .member-cnt .section-body {
        margin: 0 0 25px;
    }

    .member-cnt select, .member-cnt input {
        line-height: 28px;
    }

.member-aside-inner {
    padding: 3px 3px 3px;
    background: #ddd;
    border: 1px solid #bebebe;
    border-bottom: 0;
}

.member-name {
    background: #f1f1f1;
    border: 1px solid #bebebe;
    padding: 15px 20px;
}

.member-point, .member-id {
    margin: 0 0 3px 0;
    background: #fff;
    border: 1px solid #bebebe;
    border-top: none;
}

    .member-point p, .member-id p {
        margin-bottom: 10px;
    }

        .member-point p:last-of-type, .member-id p:last-of-type {
            margin-bottom: 0;
        }

.member-point {
    padding: 15px 20px;
}

.member-id {
    padding: 15px 20px;
}

.member-level {
    padding: 15px 20px;
    border: 1px solid #bebebe;
    font-weight: bold;
}

.member-menu {
    padding: 0px 3px 3px;
    background: #ddd;
    border: 1px solid #bebebe;
    border-top: 0;
}

    .member-menu ul {
        background: #fff;
        border: 1px solid #bebebe;
    }

    .member-menu li {
        background: url("../../images/zh-cht/icons/common.png") no-repeat 5px -100px;
        border-bottom: 1px dotted #bebebe;
    }

        .member-menu li a {
            padding: 10px 10px 10px 20px;
            display: block;
        }

            .member-menu li a:hover {
                text-decoration: underline;
                opacity: 0.6;
            }

.member-menu-title {
    display: none;
}

.member-wish {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .member-wish .item {
        width: 20%;
        margin-bottom: 20px;
    }

        .member-wish .item:hover {
            text-decoration: underline;
        }

            .member-wish .item:hover img {
                opacity: 0.6;
            }

    .member-wish a {
        display: block;
    }

    .member-wish .item-img {
        margin: 0 0 5px;
    }

        .member-wish .item-img img {
            aspect-ratio: auto 148/197;
        }

    .member-wish .item-brand, .member-wish .item-name, .member-wish .item-price {
        font-size: 11px;
    }

    .member-wish .item-name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.member-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 12px;
}

    .member-table th {
        padding: 10px;
        text-align: center;
        background-color: #f5f5f5;
        border-right: 1px solid white;
    }

    .member-table td {
        vertical-align: middle;
        text-align: center;
        padding: 10px;
        color: #333;
        border-bottom: 1px #bfbfbf dashed;
    }

        .member-table td .link_red {
            color: #ec012b;
        }

            .member-table td .link_red:hover {
                text-decoration: underline;
            }

.wishlist-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 12px;
}

    .wishlist-wrap .item {
        width: calc((100% - 60px) / 4);
    }

        .wishlist-wrap .item.soldout .item-img::after {
            content: "SOLDOUT";
            width: 100%;
            height: 20px;
            font: 400 12px/20px "Poppins", sans-serif;
            text-align: center;
            color: #fff;
            background: #ccc;
            position: absolute;
            bottom: 0;
            left: 0;
            opacity: 0.85;
        }

        .wishlist-wrap .item.soldout .btn-soldout {
            display: block;
        }

        .wishlist-wrap .item.soldout .btn-cart {
            display: none;
        }

    .wishlist-wrap .item-img {
        display: block;
        margin-bottom: 5px;
        position: relative;
    }

        .wishlist-wrap .item-img img {
            width: 100%;
            aspect-ratio: 3/4;
        }

    .wishlist-wrap .item-info {
        height: 130px;
    }

    .wishlist-wrap .item-brand {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .wishlist-wrap .price-sale, .wishlist-wrap .price-off {
        margin: 0;
        color: #f00;
    }

    .wishlist-wrap .btn-delete {
        cursor: pointer;
        width: 100%;
        height: 20px;
        background: url("../../images/zh-cht/icons/close_dialog.svg") center/10px 10px no-repeat;
    }

        .wishlist-wrap .btn-delete:hover {
            opacity: 0.6;
        }

    .wishlist-wrap .btn-cart, .wishlist-wrap .btn-soldout {
        border-radius: 4px;
        font-weight: bold;
        width: 95%;
        height: 32px;
        line-height: 30px;
        text-align: center;
        margin-top: 20px;
    }

    .wishlist-wrap .btn-cart {
        background-color: #383838;
        color: white;
        display: block;
        cursor: pointer;
    }

        .wishlist-wrap .btn-cart:hover {
            opacity: 0.6;
        }

    .wishlist-wrap .btn-soldout {
        display: none;
        border: 1px solid #c2c2c2;
        color: #333;
        background-color: #f4f4f4;
    }

@media (max-width: 767px) {
    .memberContainer, .shoppingContainer {
        padding: 0;
    }

        .memberContainer .breadcrumb, .shoppingContainer .breadcrumb {
            padding: 0 10px 20px;
        }

        .memberContainer .pageTitle, .shoppingContainer .pageTitle {
            padding: 0 10px;
            margin: 10px 0 20px;
            font-size: 18px;
            line-height: 22px;
        }

    .member-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

        .member-wrap.member-center {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

    .member-aside {
        width: 100%;
        margin: 0 0 20px;
    }

    .member-cnt {
        width: 100%;
    }

        .member-cnt .section-title {
            border-bottom: none;
            margin: 0;
            padding: 6px 8px 6px 10px;
            background: #484848;
            font-size: 14px;
            font-weight: bold;
            color: #fff;
        }
        .member-cnt .section-body {
            padding: 10px;
        }
    .member-aside-inner {
        display: none;
    }

    .member-id {
        margin-bottom: 0;
    }

    .member-level {
        display: none;
    }

    .member-menu-title {
        display: block;
        padding: 9px 8px 8px 15px;
        background: #484848;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
    }

    .member-menu {
        padding: 0;
        border: none;
        background-color: initial;
        margin: 30px 0 0;
    }

        .member-menu ul {
            border: none;
        }

        .member-menu li {
            background: url("../../images/zh-cht/icons/arrow-right-header-bar.png") no-repeat right 12px center/8px 13px;
            border-bottom: 1px solid #e1e1e1;
        }

            .member-menu li a {
                padding: 10px 10px 10px 15px;
            }

    .member-center .member-aside-inner {
        display: block;
        margin: 0 10px;
        border-bottom: 1px solid #bebebe;
    }

    .member-center .member-cnt .section-title {
        border-bottom: none;
        padding: 0;
        font-size: 18px;
        text-align: center;
        background: none;
        color: #333;
        font-weight: initial;
        margin: 0 0 5%;
    }

    .member-wish {
        gap: 10px;
        padding: 0 10px;
    }

        .member-wish .item {
            width: calc((100% - 20px) / 3);
            margin-bottom: 10px;
        }

    .member-table {
        display: block;
    }

        .member-table table, .member-table tbody {
            display: block;
            width: 100%;
        }

        .member-table tr {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 100%;
            padding: 0 10px;
            border-bottom: 1px solid lightgray;
            position: static;
        }

            .member-table tr:last-child td {
                border: none;
            }

        .member-table thead, .member-table th {
            display: none;
        }

        .member-table td {
            text-align: left;
            width: 100%;
            padding: 5px 0;
            border: none;
        }

            .member-table td:before {
                display: inline-block;
                content: attr(data-th);
                width: 100px;
                margin-right: 10px;
            }

            .member-table td:first-of-type {
                padding-top: 15px;
            }

            .member-table td:last-of-type {
                padding-bottom: 15px;
            }

    .wishlist-wrap {
        padding: 10px;
        font-size: 11px;
    }

        .wishlist-wrap .item {
            width: calc((100% - 20px) / 2);
            margin-bottom: 20px;
        }

            .wishlist-wrap .item.soldout .item-img::after {
                font-size: 11px;
                font-weight: bold;
                letter-spacing: 1px;
            }

        .wishlist-wrap .item-info {
            height: 95px;
        }

        .wishlist-wrap .item-name {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .wishlist-wrap .btn-cart, .wishlist-wrap .btn-soldout {
            font-size: 11px;
        }
}
/*------------------------------------*\
  #Static
\*------------------------------------*/
.detail-form {
    margin-bottom: 20px;
}

.detail-item, .detail-item-flexrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    border-bottom: 2px solid #ffffff;
}

    .detail-item .title, .detail-item-flexrow .title {
        width: 180px;
        padding: 10px 0 10px 20px;
        background: #e6e6e6;
        vertical-align: middle;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .detail-item .cnt, .detail-item-flexrow .cnt {
        width: calc(100% - 180px);
        padding: 10px 20px;
        background: #f5f5f5;
        vertical-align: middle;
    }

    .detail-item .link, .detail-item-flexrow .link {
        text-decoration: underline;
        color: #e15046;
    }

    .detail-item .note, .detail-item-flexrow .note {
        color: #e15046;
    }

.detail-title {
    height: 34px;
    line-height: 34px;
    color: #fff;
    text-indent: 20px;
    font-weight: bold;
    background: #484848;
    margin-bottom: 3px;
}

.detail-pdlist-head, .detail-pdlist-body {
    text-align: center;
    font-size: 12px;
}

    .detail-pdlist-head .info, .detail-pdlist-body .info {
        width: 60%;
    }

    .detail-pdlist-head .price, .detail-pdlist-head .num, .detail-pdlist-head .total, .detail-pdlist-head .cart-price, .detail-pdlist-head .cart-num, .detail-pdlist-head .cart-delete, .detail-pdlist-body .price, .detail-pdlist-body .num, .detail-pdlist-body .total, .detail-pdlist-body .cart-price, .detail-pdlist-body .cart-num, .detail-pdlist-body .cart-delete {
        width: 13%;
        padding: 0 10px;
    }

        .detail-pdlist-head .cart-delete .btn-gray, .detail-pdlist-body .cart-delete .btn-gray {
            margin: 0 auto;
        }

    .detail-pdlist-head .return-num, .detail-pdlist-body .return-num {
        width: 15%;
    }

    .detail-pdlist-head .return-reason, .detail-pdlist-body .return-reason {
        width: 25%;
    }

    .detail-pdlist-head .cart-num .select-wrap, .detail-pdlist-body .cart-num .select-wrap {
        width: 80%;
        margin: 0 auto;
    }

    .detail-pdlist-head .cart-num select, .detail-pdlist-body .cart-num select {
        line-height: 20px;
    }

.detail-pdlist-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1px;
    margin-bottom: 20px;
}

    .detail-pdlist-head p {
        background: #f3f4f6;
        line-height: 30px;
    }

.detail-pdlist-body .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #bebebe;
}

.detail-pdlist-body .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.detail-pdlist-body .img {
    width: 20%;
    display: block;
}

    .detail-pdlist-body .img img {
        aspect-ratio: 87/115;
    }

.detail-pdlist-body .detail {
    width: 80%;
    text-align: left;
    padding: 0 10px;
}

    .detail-pdlist-body .detail .pd-infos-promotion a {
        font-size: 12px;
    }

.detail-pdlist-body .return-num, .detail-pdlist-body .return-reason {
    padding: 0 10px;
}

/* 結帳頁-商品優惠提示 */
.detail-pdlist-body .shopItem_activity {
    width: 100%;
    text-align: left;
    font-size: 12px;
    margin-top: 5px;
}

    .detail-pdlist-body .shopItem_activity span {
        display: inline-block;
        background-color: #ff0061;
        color: #fff;
        padding: 0 5px;
        margin-right: 5px;
    }

    .detail-pdlist-body .shopItem_activity a {
        color: #ff0061;
    }

    .detail-pdlist-body .shopItem_activity.gray span {
        background-color: #999;
    }

    .detail-pdlist-body .shopItem_activity.gray a {
        color: #999;
    }

.detail-pdlist-body .tags {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

    .detail-pdlist-body .tags span {
        background-color: red;
        color: white;
        padding: 0 3px 0 5px;
        font-size: 10px;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }

.detail-pdlist-footer .summary {
    width: 30%;
    margin-left: auto;
    margin-bottom: 20px;
    padding-right: 15px;
}

    .detail-pdlist-footer .summary .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .detail-pdlist-footer .summary .title {
        width: calc(100% - 80px);
    }

    .detail-pdlist-footer .summary .cnt {
        width: 80px;
        text-align: right;
    }

.detail-pdlist-footer .total {
    width: 31%;
    margin-left: auto;
    font-size: 16px;
    color: #ff0066;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff2f2;
    font-weight: bold;
    padding: 10px 15px;
}

    .detail-pdlist-footer .total .title {
        width: calc(100% - 90px);
    }

    .detail-pdlist-footer .total .cnt {
        width: 90px;
        text-align: right;
    }

.forMobile {
    display: none;
}

.orderqa-wrap {
    margin-top: -20px;
}

.orderqa-item {
    padding: 10px 5px;
    border-bottom: 1px solid lightgray;
}

    .orderqa-item .cnt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 5px;
    }

    .orderqa-item .title {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 5px;
    }

    .orderqa-item .time {
        font-size: 12px;
        color: #888;
        margin-left: 5px;
    }

.return-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .detail-form {
        border-bottom: 1px solid #e6e6e6;
    }

    .detail-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: none;
    }

        .detail-item .title {
            width: 100%;
            padding: 6px 10px;
            background: #efefef;
            font-weight: bold;
        }

        .detail-item .cnt {
            width: 100%;
            padding: 6px 10px;
            background: white;
        }

    .detail-item-flexrow {
        border-bottom: 1px solid #e6e6e6;
    }

        .detail-item-flexrow .title {
            padding: 6px 10px;
            background: white;
            font-weight: bold;
            width: 75px;
        }

        .detail-item-flexrow .cnt {
            padding: 6px 10px;
            background: white;
        }

        .detail-item-flexrow:last-of-type {
            border: none;
        }

    .detail-title {
        margin: 0;
        font-size: 14px;
        text-indent: 10px;
    }

    .detail-pdlist-head {
        display: none;
    }

    .detail-pdlist-body {
        padding-top: 10px;
    }

        .detail-pdlist-body .item {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 10px 15px;
            margin-bottom: 10px;
            border-bottom: 1px solid #f3f4f6;
        }

        .detail-pdlist-body .info {
            width: 100%;
            margin-bottom: 10px;
        }

        .detail-pdlist-body .img {
            width: 25%;
        }

            .detail-pdlist-body .img img {
                aspect-ratio: 60/80;
            }

        .detail-pdlist-body .detail {
            width: 75%;
            padding: 0 0 0 10px;
        }

            .detail-pdlist-body .detail .forMobile {
                display: inline-block;
            }

        .detail-pdlist-body .price, .detail-pdlist-body .num, .detail-pdlist-body .total, .detail-pdlist-body .return-num, .detail-pdlist-body .return-reason {
            padding: 0;
        }

            .detail-pdlist-body .price .forMobile, .detail-pdlist-body .num .forMobile, .detail-pdlist-body .total .forMobile, .detail-pdlist-body .return-num .forMobile, .detail-pdlist-body .return-reason .forMobile {
                display: block;
                font-weight: bold;
                background: #f3f4f6;
                padding: 5px;
                margin-bottom: 8px;
            }

        .detail-pdlist-body .price, .detail-pdlist-body .num, .detail-pdlist-body .total {
            width: calc((100% - 3px) / 3);
        }

        .detail-pdlist-body .return-num, .detail-pdlist-body .return-reason {
            width: 49%;
        }

        .detail-pdlist-body .cart-price, .detail-pdlist-body .cart-num, .detail-pdlist-body .cart-delete {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 5px;
            padding: 0;
            margin-bottom: 5px;
        }

            .detail-pdlist-body .cart-price .forMobile, .detail-pdlist-body .cart-num .forMobile, .detail-pdlist-body .cart-delete .forMobile {
                display: inline-block;
                font-weight: initial;
                font-size: 12px;
            }

        .detail-pdlist-body .cart-price {
            font-weight: bold;
            font-size: 13px;
        }

        .detail-pdlist-body .cart-num .select-wrap {
            width: 90px;
            margin: 0;
        }

        .detail-pdlist-body .cart-delete .btn-gray {
            margin: initial;
            margin-left: auto;
        }

    .detail-pdlist-footer {
        padding: 20px 10px 0;
    }

        .detail-pdlist-footer .summary {
            width: 100%;
            margin: 15px 0;
            padding: 0 10px;
        }

        .detail-pdlist-footer .total {
            width: 100%;
            margin: 10px 0;
            font-size: 14px;
        }

    .orderqa-wrap {
        margin-top: 0;
    }
}
/*------------------------------------*\
  #Cart
\*------------------------------------*/
.shoppingContainer .step-chart {
    padding: 0 10px;
}

.shoppingContainer .note-graybox {
    margin: 0 10px 20px 10px;
}

.shoppingContainer .btn-gray, .shoppingContainer .btn-white {
    display: block;
    padding: 3px 10px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #383838;
    font-weight: bold;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
}

    .shoppingContainer .btn-gray:hover, .shoppingContainer .btn-white:hover {
        opacity: 0.6;
    }

.shoppingContainer .btn-gray {
    color: #fff;
    background-color: #383838;
}

.shopping-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.shopping-cnt {
    width: 70%;
}

    .shopping-cnt select {
        line-height: 20px;
    }

    .shopping-cnt .section-title {
        margin: 0 0 10px 0;
        font-weight: bold;
        font-size: 14px;
        border-bottom: 2px solid #d7d7d7;
    }

.shopping-total {
    width: 28%;
    position: sticky;
    top: 100px;
}

.shopping-title {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
}

.shopping-total-cnt {
    margin: 0 0 20px 0;
    padding: 20px 20px 30px 20px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    background: #f3f4f6;
}

    .shopping-total-cnt .btn-gray {
        font-size: 14px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .shopping-total-cnt .item {
        padding: 15px 0 10px 0;
    }

        .shopping-total-cnt .item p {
            width: 100%;
            margin-bottom: 5px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .shopping-total-cnt .item p span {
                width: 70px;
                text-align: right;
            }

        .shopping-total-cnt .item.total {
            font-weight: bold;
            font-size: 16px;
            border-top: 1px solid #d7d7d7;
            border-bottom: 1px solid #d7d7d7;
            padding: 10px 0 5px 0;
        }

.shopping-addpurchase {
    padding: 10px 0 20px;
    margin-bottom: 20px;
    font-size: 11px;
}

    .shopping-addpurchase select {
        width: 100%;
    }

    .shopping-addpurchase .addp-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 5px;
    }

    .shopping-addpurchase .addp-img {
        aspect-ratio: 3/4;
        overflow: hidden;
    }

        .shopping-addpurchase .addp-img img {
            width: 100%;
            display: none;
        }

            .shopping-addpurchase .addp-img img.active {
                display: block;
            }

    .shopping-addpurchase .addp-name {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .shopping-addpurchase .addp-price {
        margin-bottom: 5px;
    }

    .shopping-addpurchase .addp-size-num {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 5px;
        margin-bottom: 8px;
    }

    .shopping-addpurchase .addp-color {
        margin-bottom: 5px;
    }

    .shopping-addpurchase .addp-size {
        width: 50%;
    }

        .shopping-addpurchase .addp-size .selectwrap {
            display: none;
        }

            .shopping-addpurchase .addp-size .selectwrap.active {
                display: block;
            }

    .shopping-addpurchase .addp-number {
        width: 50%;
    }

    .shopping-addpurchase .addp-btnwrap span {
        padding: 3px;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }

    .shopping-addpurchase .addp-btnwrap .btn-cart {
        border-radius: 4px;
        display: block;
        background-color: #383838;
        border: 1px solid #383838;
    }

        .shopping-addpurchase .addp-btnwrap .btn-cart:hover {
            opacity: 0.6;
        }

    .shopping-addpurchase .addp-btnwrap .btn-soldout {
        border-radius: 4px;
        display: none;
        background-color: #d7d7d7;
        border: 1px solid #d7d7d7;
    }

    .shopping-addpurchase .addp-btnwrap.empty .btn-cart {
        display: none;
    }

    .shopping-addpurchase .addp-btnwrap.empty .btn-soldout {
        display: block;
        cursor: initial;
    }

    .shopping-addpurchase .slick-prev, .shopping-addpurchase .slick-next {
        width: 30px;
        height: 30px;
        background-size: 10px;
        background-position: center;
        background-repeat: no-repeat;
        background-color: rgba(255, 255, 255, 0.4941176471);
        top: 38%;
        z-index: 2;
        border-radius: 20px;
    }

        .shopping-addpurchase .slick-prev:hover, .shopping-addpurchase .slick-next:hover {
            background-color: white;
        }

    .shopping-addpurchase .slick-next {
        right: 10px;
        background-image: url("../../images/zh-cht/icons/arrow-right-black.png");
    }

    .shopping-addpurchase .slick-prev {
        left: 10px;
        background-image: url("../../images/zh-cht/icons/arrow-left-black.png");
    }

.convenience-inner {
    padding-top: 15px;
    display: none;
}

    /* 行動裝置直接展開門市下拉選單（shoppingcheck 由 Vue isMobileDevice 綁定） */
    .convenience-inner.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

.convenience-address {
    margin-top: 5px;
}

.invoice-input .input-wrap {
    margin-top: 10px;
    /*display: none;*/
}

.discount-item {
    margin-bottom: 15px;
}

    .discount-item .input-wrap {
        border: 1px solid #d7d7d7;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 28px;
        height: 30px;
        margin-bottom: 5px;
    }

    .discount-item p {
        font-size: 13px;
    }

    .discount-item input {
        border: none;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
    }

    .discount-item .input-wrap .select-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .discount-item .input-wrap .select-wrap select {
            border: none;
            width: 100%;
            height: 100%;
        }

    .discount-item button {
        width: 80px;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        text-align: center;
        background-color: #383838;
        color: #fff;
        cursor: pointer;
    }

        .discount-item button:hover {
            opacity: 0.6;
        }

@media (max-width: 767px) {
    .shopping-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0;
    }

    .shopping-cnt {
        width: 100%;
        padding: 0 10px;
    }

        .shopping-cnt .detail-pdlist {
            background: #f1f1f1;
            margin: 0 -10px 20px;
            padding: 0 10px 8px;
        }

        .shopping-cnt .detail-pdlist-body .item {
            background: #fff;
            margin-bottom: 10px;
            padding: 8px;
            border: 1px solid #bfbfbf;
        }

            .shopping-cnt .detail-pdlist-body .item:last-of-type {
                margin-bottom: 0;
            }

    .shopping-total {
        width: 100%;
        position: static;
    }

    .shopping-title {
        padding: 0 10px;
        background: #484848;
        color: #fff;
    }

    .shopping-total-cnt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: white;
        border: none;
        margin: 0 0 20px 0;
        padding: 10px;
    }

        .shopping-total-cnt .checkbox-wrap {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            margin-top: 20px;
        }

        .shopping-total-cnt .btn-gray {
            width: 100%;
            margin-top: 10px;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .shopping-total-cnt .item {
            padding: 0;
        }

            .shopping-total-cnt .item.total {
                font-weight: normal;
                border: none;
                padding: 0;
            }

    .shopping-discount {
        padding: 10px 0 10px;
        margin-bottom: 15px;
        border-bottom: 2px solid #d7d7d7;
    }
}
/*------------------------------------*\
  #Brand
\*------------------------------------*/
.productlist-head {
    padding: 0 40px 50px;
    margin: 0 auto;
}

    .productlist-head img {
        width: 100%;
    }

    .productlist-head .breadcrumb {
        padding: 20px 0;
    }

.brand-category {
    background: #f9f5f3;
    padding: 20px 0;
}

    .brand-category ul {
        text-align: center;
    }

    .brand-category li {
        font: 500 13px "Poppins", sans-serif;
        letter-spacing: 0.05em;
        display: inline-block;
        margin: 0 16px;
    }

    .brand-category a {
        position: relative;
    }

        .brand-category a::before {
            content: "";
            width: 100%;
            height: 2px;
            background: #000;
            display: block;
            position: absolute;
            bottom: -21px;
            left: 0;
            opacity: 0;
        }

        .brand-category a:hover::before {
            opacity: 1;
        }

.brand-feature {
    margin: 20px auto;
    max-width: 1440px;
    padding: 0 30px 70px;
}

    .brand-feature .section-title {
        font: 400 20px "Poppins", sans-serif;
        color: #030000;
        letter-spacing: 0.25em;
        text-align: center;
        margin: 0 0 20px;
    }

.feature-slider .slick-slide {
    text-align: center;
    margin: 0 10px;
}

    .feature-slider .slick-slide:hover {
        opacity: 0.8;
    }

    .feature-slider .slick-slide img {
        margin: 0 auto;
    }

.feature-slider .slick-arrow {
    width: 26px;
    height: 0;
    background-repeat: no-repeat;
    padding-top: 45px;
    position: absolute;
    z-index: 2;
    top: 190px;
}

.feature-slider .slick-prev {
    background-image: url("../../images/zh-cht/icons/arrow_ft_prev.png");
    left: -25px;
}

.feature-slider .slick-next {
    background-image: url("../../images/zh-cht/icons/arrow_ft_next.png");
    right: -25px;
}

.feature-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
}

    .feature-slider .slick-dots .slick-active {
        background: #333;
    }

    .feature-slider .slick-dots li {
        overflow: hidden;
        width: 10px;
        height: 10px;
        background-color: white;
        border: 1px solid #333;
    }

        .feature-slider .slick-dots li button {
            width: 10px;
            height: 0;
            padding-top: 10px;
            background-color: transparent;
        }

.brand-main {
    width: 860px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .brand-main.is-wide {
        width: 100%;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

.brand-proudcts {
    margin-bottom: 40px;
}

    .brand-proudcts .section-title {
        font: 400 20px "Poppins", sans-serif;
        color: #030000;
        letter-spacing: 0.25em;
        text-align: center;
        margin: 0 0 20px;
    }

    .brand-proudcts .brand-products-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1%;
    }

        .brand-proudcts .brand-products-wrap .item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            gap: 5px;
            width: 24%;
            text-align: center;
        }

            .brand-proudcts .brand-products-wrap .item:hover {
                opacity: 0.6;
            }

            .brand-proudcts .brand-products-wrap .item.soldout .item-img::before {
                content: "SOLD OUT";
                width: 100%;
                height: 20px;
                font: 400 14px/20px "Poppins", sans-serif;
                text-align: center;
                color: #fff;
                background: #9b9b9b;
                position: absolute;
                bottom: 0;
                left: 0;
                opacity: 0.85;
            }

        .brand-proudcts .brand-products-wrap .item-img {
            position: relative;
        }

            .brand-proudcts .brand-products-wrap .item-img img {
                width: 100%;
            }

        .brand-proudcts .brand-products-wrap .item-brand {
            font: 400 12px "Poppins", sans-serif;
            word-break: break-all;
            color: #000;
            margin: 0 0 3px;
        }

        .brand-proudcts .brand-products-wrap .item-name {
            font-size: 14px;
            max-height: 2.8em;
            overflow: hidden;
            color: #515050;
            margin: 0px 0px 3px;
            position: relative;
        }

            .brand-proudcts .brand-products-wrap .item-name::before {
                content: "...";
                top: 1.3em;
                right: 0px;
                background: rgb(255, 255, 255);
                position: absolute;
            }

            .brand-proudcts .brand-products-wrap .item-name::after {
                content: "";
                height: 100%;
                width: 100%;
                background: rgb(255, 255, 255);
                position: absolute;
            }

        .brand-proudcts .brand-products-wrap .item-price {
            font: 400 16px "Poppins", sans-serif;
        }

.brand-concept {
    margin: 50px 0 100px;
    text-align: center;
}

    .brand-concept .section-title {
        font: 500 24px/1 "Poppins", Helvetica, Arial, sans-serif;
        letter-spacing: 0.1em;
        margin: 0 0 20px;
    }

    .brand-concept .section-body {
        max-width: 780px;
        overflow: hidden;
        font-size: 14px;
        line-height: 2;
        margin: 0 auto;
    }

@media (max-width: 767px) {
    .productlist-head {
        padding: 0;
    }

        .productlist-head .breadcrumb {
            padding: 20px 10px;
        }

    .brand-category {
        padding: 10px 0;
    }

        .brand-category li {
            font: 500 13px "Poppins", sans-serif;
            margin: 8px 16px;
        }

    .brand-feature {
        padding: 0 2.7%;
    }

        .brand-feature .view-more {
            display: none;
        }

    .feature-slider .slick-slide {
        margin: 0;
    }

        .feature-slider .slick-slide img {
            width: 100%;
        }

    .feature-slider .slick-dots {
        gap: 20px;
    }

        .feature-slider .slick-dots .slick-active {
            background: #333;
        }

        .feature-slider .slick-dots li {
            width: 6px;
            height: 6px;
            border-radius: 50%;
        }

    .brand-main {
        width: 100%;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .brand-main.is-wide {
            width: 100%;
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
        }

        .brand-main .ranking-slick {
            margin: 0 auto 20px;
        }

    .brand-proudcts {
        margin-bottom: 70px;
    }

        .brand-proudcts .brand-products-wrap {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            gap: 0;
            padding: 0 1%;
        }

            .brand-proudcts .brand-products-wrap .item {
                gap: 0;
                width: 50%;
                margin-bottom: 20px;
                padding: 0 1.5%;
                text-align: left;
            }

            .brand-proudcts .brand-products-wrap .item-img {
                margin-bottom: 10px;
            }

            .brand-proudcts .brand-products-wrap .item-brand {
                font: 400 11px "Poppins", sans-serif;
                color: #505050;
            }

            .brand-proudcts .brand-products-wrap .item-name {
                font-size: 11px;
            }

            .brand-proudcts .brand-products-wrap .item-price {
                margin-top: 5px;
                font: 400 14px "Poppins", sans-serif;
            }

    .brand-concept {
        margin: 30px 0 70px;
        padding: 0 2.7%;
    }

        .brand-concept .section-title {
            margin: 0 0 10px;
        }

        .brand-concept .section-body {
            font-size: 11px;
            line-height: 1.8;
        }
}
/*------------------------------------*\
  #News
\*------------------------------------*/
.is-static * {
    all: revert;
}

.newsContainer {
    max-width: 1140px;
    padding: 20px;
    margin: 0 auto;
}

    .newsContainer .pageTitle {
        font: 400 30px "Poppins", sans-serif;
        color: #010101;
        letter-spacing: 0.25em;
        text-align: center;
        margin: 0 0 60px;
    }

    .newsContainer .pageTitle2 {
        font-size: 28px;
        letter-spacing: 2px;
        margin: 0 0 25px 0;
    }

.news-filter {
    margin: 30px auto 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
}

    .news-filter .select-wrap {
        width: 150px;
        margin-left: auto;
    }

.news-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px 50px;
}

    .news-list .news {
        color: #666;
        font-size: 12px;
    }

        .news-list .news:hover {
            text-decoration: underline;
            opacity: 0.6;
        }

    .news-list .news-img {
        margin-bottom: 16px;
    }

        .news-list .news-img img {
            aspect-ratio: 1/1;
        }

    .news-list .news-brand {
        color: #4157aa;
    }

    .news-list .news-tiem, .news-list .news-title {
        margin-bottom: 5px;
    }

.news-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 50px;
}

    .news-wrap .news-img {
        width: 45%;
    }

        .news-wrap .news-img img {
            width: 100%;
        }

    .news-wrap .news-inner {
        width: 55%;
        padding: 0 0 0 5%;
    }

    .news-wrap .news-date {
        color: #666;
    }

    .news-wrap .news-brand {
        font-weight: bold;
        font-size: 20px;
    }

    .news-wrap .news-title {
        margin: 0 0 30px 0;
        font-weight: bold;
        font-size: 20px;
    }

    .news-wrap .news-cnt {
        line-height: 1.8;
    }

.btn-more-news {
    padding: 0 18px 0 0;
    font-size: 13px;
    margin-left: auto;
    display: block;
    width: 120px;
    margin-bottom: 70px;
    text-align: right;
    background: url("../../images/zh-cht/icons/top_arrow.png") no-repeat right -126px;
}

    .btn-more-news:hover {
        text-decoration: underline;
        text-underline-offset: 5px;
    }

@media (max-width: 767px) {
    .newsContainer {
        padding: 0 10px 20px;
    }

        .newsContainer .pageTitle, .newsContainer .pageTitle2 {
            font: 400 25px "Poppins", sans-serif;
            color: #000;
            letter-spacing: 0.06em;
            margin: 10px 0 20px;
            text-align: center;
        }

        .newsContainer .breadcrumb {
            display: none;
        }

        .newsContainer .forMobile {
            display: block;
        }

    .forDesktop {
        display: none;
    }

    .news-filter {
        margin: 30px auto 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #d8d8d8;
    }

        .news-filter .select-wrap {
            width: 100%;
        }

    .news-list {
        display: block;
    }

        .news-list .news {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #000;
            padding: 10px 0;
            border-bottom: 1px solid #dedede;
        }

        .news-list .news-img {
            width: 35%;
            margin-bottom: 0;
        }

        .news-list .news-info {
            width: 65%;
            padding: 0 15px;
            position: relative;
        }

            .news-list .news-info::after {
                width: 6px;
                height: 12px;
                content: "";
                background-image: url("../../images/zh-cht/icons/news_arrowright.svg");
                background-size: 6px 12px;
                position: absolute;
                top: 50%;
                right: 0;
            }

        .news-list .news-brand {
            color: #8094dd;
            font-weight: bold;
        }

        .news-list .news-tiem, .news-list .news-title {
            margin-bottom: 7px;
        }

    .news-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 0 50px;
    }

        .news-wrap .news-img {
            width: 100%;
            margin-bottom: 5%;
        }

        .news-wrap .news-inner {
            width: 100%;
            padding: 0;
        }

        .news-wrap .news-date {
            font-size: 12px;
            color: #676767;
            margin: 4px auto;
        }

        .news-wrap .news-brand {
            margin: 4px auto;
            font-weight: initial;
            font-size: 14px;
        }

        .news-wrap .news-title {
            margin: 4px auto;
            font-weight: bold;
            letter-spacing: 0.03em;
            font-size: 14px;
        }

        .news-wrap .news-cnt {
            line-height: 1.8;
        }

    .btn-more-news {
        width: 100%;
        max-width: 300px;
        height: 40px;
        position: relative;
        padding: 10px 4px;
        margin: 0 auto 30px;
        color: #000;
        border: 1px solid #000;
        text-align: center;
        background: none;
        letter-spacing: 0.03em;
    }
}
/*------------------------------------*\
  #Static
\*------------------------------------*/
.staticContainer {
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px;
}

    .staticContainer .pageTitle {
        font-size: 28px;
        letter-spacing: 2px;
        margin: 0 0 25px 0;
        border-bottom: 2px solid #d7d7d7;
    }

.static-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.static-aside {
    width: 220px;
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 1.55;
    padding: 3px 3px 5px;
    background: #ddd;
    border: 1px solid #bebebe;
}

.static-menu .title {
    padding: 10px 10px 10px 20px;
    border-top: 1px dotted #bebebe;
    border-bottom: 1px dotted #bebebe;
    border-right: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
    font-weight: bold;
    background: url("../../images/zh-cht/icons/common.png") no-repeat 4px -101px #f1f1f1;
}

.static-menu .submenu {
    margin: 0;
    padding: 0;
    background: #fff;
    border-right: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
}

    .static-menu .submenu li {
        padding: 5px 10px 5px 20px;
        background: url("../../images/zh-cht/icons/common.png") no-repeat 8px 11px;
    }

        .static-menu .submenu li a:hover {
            text-decoration: underline;
        }

.static-cnt {
    width: calc(100% - 240px);
}

    .static-cnt .section-title {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
        margin: 0 0 20px 0;
        border-bottom: 2px solid #d7d7d7;
    }

.static-inner {
    padding: 10px 20px;
}


table.static-table tr:nth-child(odd) {
    background-color: #eee;
}

table.static-table td {
    padding: 7px;
}

@media (max-width: 767px) {
    .staticContainer {
        padding: 20px 0;
    }

        .staticContainer .pageTitle {
            margin: 0;
            font-size: 18px;
            line-height: 22px;
            text-align: center;
            border-bottom: 1px solid #e1e1e1;
            padding: 12px 12px 10px;
            margin: 0 0 12px;
            letter-spacing: initial;
        }

        .staticContainer .section-body {
            padding: 10px;
        }

    .static-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 0;
    }

    .static-aside {
        width: 100%;
        margin: 0;
        padding: 0;
        background: none;
        border: none;
    }

    .static-menu .title {
        display: block;
        padding: 8px;
        background: #f1f1f1;
        border: none;
        font-size: 14px;
        font-weight: bold;
    }

    .static-menu .submenu {
        margin: 0;
        padding: 0;
        background: #fff;
        border: none;
    }

        .static-menu .submenu li {
            padding: initial;
            border-bottom: 1px solid #e6e6e6;
            background: none;
            background: url(../../images/zh-cht/icons/arrow-right-header-bar.png) no-repeat right 12px center/8px 13px;
        }

            .static-menu .submenu li a {
                display: block;
                padding: 10px;
                color: #464646;
                font-weight: bold;
                font-size: 12px;
                line-height: 20px;
            }

    .static-cnt {
        width: 100%;
        margin: 15px 0;
    }

        .static-cnt .section-title {
            padding: 9px 8px 8px 15px;
            background: #484848;
            line-height: initial;
            height: initial;
            border: none;
            font-size: 14px;
            margin: 0;
            font-weight: bold;
            color: #fff;
        }

    .static-inner {
        padding: 10px;
    }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
    display: none !important;
    visibility: hidden;
}

.invisible {
    visibility: hidden;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*------------------------------------*\
  #Guide
\*------------------------------------*/
.service-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 960px;
    margin: 0 auto;
    gap: 20px;
}

.service-item a {
    display: block;
    position: relative;
}

.service-item a img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}

.service-item a:hover img:nth-child(2) {
    opacity: 1;
}

@media (max-width: 767px) {
    .service-wrap {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

.guide-cs-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px solid #ccc;
    padding: 20px 24px;
    margin-top: 30px;
    gap: 20px;
}

.guide-cs-text {
    font-size: 13px;
    line-height: 2;
    color: #333;
}

.guide-cs-text p {
    margin: 0;
}

.guide-cs-text a {
    color: #333;
}

.guide-cs-btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.guide-cs-btn img {
    display: block;
}

@media (max-width: 767px) {
    .guide-cs-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 16px;
    }
}

/*------------------------------------*\
  #Shoplist
\*------------------------------------*/
.shoplist-box {
    border: 3px solid #aaa;
    padding: 16px 20px;
    background: #fff;
}

.shoplist-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    color: #333;
}

.shoplist-brand-row td {
    padding: 12px 0 4px 0;
    font-size: 15px;
}

.shoplist-area-row td {
    padding: 6px 0 2px 0;
    color: #555;
}

.shoplist-table tr td {
    padding: 3px 8px 3px 0;
    vertical-align: top;
}

.shoplist-td-name {
    white-space: nowrap;
    min-width: 100px;
}

.shoplist-td-addr {
    min-width: 180px;
}

.shoplist-td-tel {
    white-space: nowrap;
}

.shoplist-spacer td {
    padding-top: 8px;
}

.shoplist-online-only {
    padding-top: 8px;
    line-height: 2;
}

@media (max-width: 768px) {
    .shoplist-page-title {
        font-size: 18px;
    }

    .shoplist-table,
    .shoplist-table tbody,
    .shoplist-table tr,
    .shoplist-table td {
        display: block;
    }

    .shoplist-td-name,
    .shoplist-td-addr,
    .shoplist-td-tel {
        min-width: 0;
        padding-left: 16px;
    }

    .shoplist-brand-row td,
    .shoplist-area-row td {
        padding-left: 0;
    }
}

/*------------------------------------*\
  #VipService
\*------------------------------------*/
.vipservice-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 16px 0;
}

.vipservice-table th,
.vipservice-table td {
    border: 1px solid #ccc;
    padding: 8px 12px;
    text-align: center;
    vertical-align: middle;
}

.vipservice-table thead th {
    background: #e8e8e8;
    font-weight: bold;
}

.vipservice-table tbody tr:nth-child(odd) {
    background: #f9f9f9;
}

.vipservice-table tbody td:first-child {
    text-align: left;
    font-weight: bold;
    background: #f0f0f0;
}

.vipservice-notes {
    list-style: none;
    margin: 8px 0 0 14px;
    padding: 0;
}

.vipservice-notes li {
    font-size: 12px;
    color: #555;
    line-height: 1.8;
}

.vipservice-notes li::before {
    content: "※ ";
}

@media (max-width: 768px) {
    .vipservice-table th,
    .vipservice-table td {
        padding: 6px 8px;
        font-size: 12px;
    }
}

/*------------------------------------*\
  #BrandLink
\*------------------------------------*/
.brand-link-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 600px;
}

.brand-link-list li {
    border: 1px solid #ddd;
    margin-bottom: 16px;
}

.brand-link-list li a {
    display: flex;
    align-items: center;
    padding: 24px 20px;
    text-decoration: none;
    color: #333;
}

.brand-link-list li a:hover {
    background: #fafafa;
}

.brand-link-list li a img {
    width: 200px;
    max-height: 60px;
    object-fit: contain;
    object-position: left center;
    flex-shrink: 0;
}

.brand-link-list .brand-link-name {
    width: 200px;
    font-size: 18px;
    letter-spacing: 2px;
    flex-shrink: 0;
    display: none;
}

.brand-link-list .brand-link-url {
    color: #999;
    font-size: 12px;
    margin-left: auto;
    text-align: right;
}

@media (max-width: 768px) {
    .brand-link-list li a {
        padding: 18px 14px;
    }

    .brand-link-list li a img {
        width: 140px;
    }

    .brand-link-list .brand-link-name {
        width: 140px;
        font-size: 14px;
    }
    .brand-link-list {
        padding: 0 10px;
    }
}

/*------------------------------------*\
  #SizeGuide
\*------------------------------------*/
.size-guide-nav {
    margin: 0 0 50px;
}

.size-nav-block {
    margin-bottom: 30px;
}

.size-nav-row {
    display: flex;
    flex-wrap: wrap;
}

.size-nav-row .size-nav-block {
    flex: 1 1 50%;
    min-width: 280px;
}

.size-nav-cat {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 3px;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
}

.size-nav-cat::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 3px solid #000;
    border-radius: 50%;
    margin-right: 8px;
    flex-shrink: 0;
}

.size-nav-cat span {
    font-size: 12px;
    color: #666;
    letter-spacing: 1px;
    margin-left: 12px;
}

.size-nav-items {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px 20px;
}

.size-nav-items li a {
    display: inline-block;
    color: #333;
    font-size: 13px;
    text-decoration: none;
}

.size-nav-items li a::before {
    content: "▼";
    font-size: 9px;
    color: #333;
    margin-right: 5px;
    vertical-align: 1px;
}

.size-nav-items li a:hover {
    color: #5999d1;
    text-decoration: underline;
}

.size-nav-btns {
    display: flex;
    gap: 60px;
    margin-top: 40px;
}

.size-nav-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 10px 40px;
    text-decoration: none;
}

.size-nav-btn::before {
    content: "▼";
    font-size: 9px;
    margin-right: 8px;
    vertical-align: 1px;
}

.size-nav-btn:hover {
    background: #333;
    color: #fff;
}

.size-section {
    margin-bottom: 50px;
}

.size-section-title {
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 10px 16px;
    margin: 0 0 24px;
}

.size-img-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    justify-items: center;
}

.size-img-grid img {
    max-width: 391px;
    width: 100%;
    height: auto;
}

.size-section,
.size-img-grid img {
    scroll-margin-top: 120px;
}

.size-def-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin-bottom: 40px;
}

.size-def-table th,
.size-def-table td {
    border: 1px solid #ccc;
    padding: 10px 12px;
    text-align: left;
    vertical-align: middle;
}

.size-def-table th {
    background: #666;
    color: #fff;
    font-weight: normal;
    width: 130px;
    white-space: nowrap;
}

.size-def-table thead th {
    background: #000;
    width: auto;
}

.size-def-table--group td:first-of-type {
    width: 150px;
    background: #f5f5f5;
}

@media (max-width: 768px) {
    .size-nav-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .size-nav-btns {
        gap: 20px;
        flex-wrap: wrap;
    }

    .size-nav-btn {
        padding: 10px 24px;
    }

    .size-img-grid {
        grid-template-columns: 1fr;
    }

    .size-def-table th {
        width: 90px;
        white-space: normal;
    }

    .size-def-table th,
    .size-def-table td {
        padding: 8px;
        font-size: 12px;
    }

    .size-def-table--group td:first-of-type {
        width: 90px;
    }
}

/*------------------------------------*\
  #StaffCoordinate
\*------------------------------------*/
.staff-brand-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    gap: 25px;
    text-align: center;
}

.staff-brand-list li a {
    display: block;
    text-decoration: none;
}

.staff-brand-list .brand-logo {
    height: 50px;
    width: auto;
    max-width: 140px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.45;
    transition: opacity 0.2s, filter 0.2s;
}

.staff-brand-list li.on .brand-logo,
.staff-brand-list li a:hover .brand-logo {
    filter: grayscale(0%);
    opacity: 1;
}

.staff-list-wrap {
    display: flex;
    justify-content: center;
}

.staff-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 210px));
    gap: 20px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    justify-content: center;
}

.staff-list li {
    position: relative;
}

.staff-list li a {
    display: block;
}

.staff-list li img.photo_hover {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.staff-list li :hover {
    opacity: 0.7;
}

.staff-list li img.logo {
    position: absolute;
    right: 5px;
    bottom: 0px;
    width: auto;
    height: 40px;
    max-width: 70%;
    z-index: 1;
}

.staff-detail-pager {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    padding: 0 10px;
}

.staff-detail-pager a {
    display: block;
    line-height: 0;
}

.staff-detail-main {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.staff-detail-photo {
    flex: 0 0 50%;
}

.staff-detail-photo img {
    width: 100%;
}

.staff-detail-content {
    flex: 1;
}

.staff-comment-title {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-size: 22px;
    margin: 0 0 16px;
}

.staff-detail-products {
    margin-top: 20px;
}

.staff-product-item {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.staff-product-photo {
    flex: 0 0 100px;
}

.staff-product-photo img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.staff-product-info {
    flex: 1;
}

.staff-product-name {
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 6px;
}

.staff-product-price {
    font-size: 13px;
    margin: 0 0 10px;
}

.staff-product-price .price-org {
    color: #999;
    text-decoration: line-through;
    margin-right: 8px;
}

.staff-product-price .price-now {
    color: #333;
}

.staff-product-btn img {
    display: block;
}

.staff-other-list {
    margin-bottom: 40px;
    text-align: center;
}

.staff-other-title {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-size: 26px;
    margin: 0;
}

.staff-other-subtitle {
    font-size: 13px;
    letter-spacing: 2px;
    color: #666;
    margin: 4px 0 20px;
}

.staff-other-slide-wrap {
    position: relative;
    padding: 0 30px;
}

.staff-other-slide {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

.staff-other-slide li {
    flex: 0 0 140px;
}

.staff-other-slide img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.staff-slide-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    color: #666;
    background: #fff;
}

.staff-slide-nav:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}

.staff-slide-prev {
    left: 0;
}

.staff-slide-next {
    right: 0;
}

.staff-list-wrap .no-data {
    padding: 60px 0;
    text-align: center;
    color: #999;
}

.staff-pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.staff-pagination a {
    display: block;
    flex: 1;
    padding: 12px 20px;
    border: 1px solid #333;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    letter-spacing: 1px;
}

.staff-pagination a:hover {
    background: #333;
    color: #fff;
}

.staff-pagination-prev {
    text-align: left;
}

.staff-pagination-next {
    text-align: right;
    margin-left: auto;
}

@media (max-width: 768px) {
    .staff-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .staff-brand-list {
        gap: 16px;
    }

    .staff-detail-main {
        flex-direction: column;
        gap: 20px;
        padding: 0 10px;
    }

    .staff-detail-photo {
        flex: none;
    }

    .staff-list-wrap,
    .staff-other-list {
        padding: 0 10px;
    }
}

/*==============================
    RANKING 排行榜頁
==============================*/
.rk-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* 標題+大分類tab 區(跑馬燈之前) */
.rk-page-head {
    margin-top: 40px;
}

/* 排行區塊區(跑馬燈之後) */
.rk-page-body {
    margin-bottom: 100px;
}

    .rk-page .section-title {
        font: 400 28px Poppins, sans-serif;
        color: #000;
        letter-spacing: 0.35em;
        text-align: center;
        margin: 0 0 35px;
    }

.rk-tab1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    margin: 0 0 30px;
}

.rk-tab1 li a {
    display: block;
    font: 400 15px Poppins, sans-serif;
    letter-spacing: 0.15em;
    color: #b5b5b5;
    text-transform: uppercase;
    padding: 0 2px 6px;
}

.rk-tab1 li.active a {
    color: #000;
    font-weight: 700;
    border-bottom: 3px solid #CF4A3C;
}

.rk-tab1 li a:hover {
    color: #000;
}

/* 品牌LOGO跑馬燈(同首頁 brand-scroll) */
.rk-tab2 {
    margin: 0 0 40px;
}

    .rk-tab2 .rk-brand-scroll {
        overflow: hidden;
    }

    .rk-tab2 .rk-brand-scroll .swiper-wrapper {
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
    }

    .rk-tab2 .swiper-slide {
        text-align: center;
    }

    .rk-tab2 .swiper-slide a {
        display: inline-block;
        vertical-align: middle;
        width: 120px;
        height: 51px;
        opacity: 0.5;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

        .rk-tab2 .swiper-slide a:hover {
            opacity: 1;
        }

    .rk-tab2 .swiper-slide.active a {
        opacity: 1;
        -webkit-box-shadow: 0 2px 0 0 #000;
        box-shadow: 0 2px 0 0 #000;
    }

    /* LOGO載入檢測用, 不顯示 */
    .rk-tab2 .rk-brand-chk {
        display: none;
    }

    /* 無LOGO圖品牌顯示文字 */
    .rk-tab2 .rk-brand-name {
        display: none;
    }

    .rk-tab2 .rk-noimg a {
        background-image: none !important;
        font: 400 14px/51px Poppins, sans-serif;
        letter-spacing: 0.1em;
        color: #000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .rk-tab2 .rk-noimg .rk-brand-name {
        display: inline;
    }

    /* 品牌數不足一排時置中不滾動 */
    .rk-tab2 .rk-static .swiper-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .rk-tab2 .rk-static .swiper-slide {
        width: 120px;
        margin: 0 12px;
    }

.rk-block {
    margin: 0 0 60px;
}

.rk-block-title {
    background: #F2D5C9;
    font: 700 16px/1 "Poppins", "Microsoft JhengHei", sans-serif;
    color: #4a4a4a;
    letter-spacing: 0.05em;
    text-align: left;
    padding: 16px 20px;
    margin: 0 0 30px;
}

/* productlist排行頁(order=4)標題沿用rk-block-title，蓋掉pageTitle字級 */
.proudctlist .pageTitle.rk-block-title {
    font-size: 16px;
}

@media (max-width: 767px) {
    .proudctlist .pageTitle.rk-block-title {
        font-size: 14px;
        padding: 13px 12px;
    }
}

.rk-products .ranking-pddesc {
    text-align: left;
}

/* 分類區塊預設只顯示前5名 */
.rk-collapsed .rk-products .ranking-product:nth-of-type(n+6) {
    display: none;
}

.rk-viewmore-wrap {
    text-align: center;
    margin: 35px 0 0;
}

.rk-viewmore {
    display: inline-block;
    min-width: 280px;
    font: 400 14px Poppins, sans-serif;
    letter-spacing: 0.3em;
    color: #000;
    background: #fff;
    border: 1px solid #000;
    padding: 18px 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .rk-viewmore:hover {
        background: #000;
        color: #fff;
    }

.rk-empty {
    font-size: 15px;
    color: #767777;
    text-align: center;
    padding: 80px 0;
}

@media (max-width: 767px) {
    .rk-page {
        padding: 0 10px;
    }

    .rk-page-head {
        margin-top: 25px;
    }

    .rk-page-body {
        margin-bottom: 60px;
    }

        .rk-page .section-title {
            font-size: 22px;
            margin: 0 0 25px;
        }

        /* 蓋掉首頁 Ranking 手機版只顯示前6名的規則 */
        .rk-page .ranking-product:nth-of-type(n+7) {
            display: block;
        }

        .rk-page .rk-collapsed .rk-products .ranking-product:nth-of-type(n+6) {
            display: none;
        }

    .rk-tab1 ul {
        gap: 18px;
        overflow-x: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 5px;
    }

    .rk-tab1 li a {
        font-size: 13px;
        white-space: nowrap;
    }

    .rk-tab2 {
        margin: 0 0 25px;
        padding: 5px 3%;
    }

        .rk-tab2 .swiper-slide a {
            width: 90px;
            height: 40px;
            background-blend-mode: multiply;
        }

        .rk-tab2 .rk-noimg a {
            font-size: 13px;
            line-height: 40px;
        }

        .rk-tab2 .rk-static .swiper-slide {
            width: 90px;
            margin: 0 8px;
        }

    .rk-block {
        margin: 0 0 40px;
    }

    .rk-block-title {
        font-size: 14px;
        padding: 13px 12px;
        margin: 0 0 20px;
    }

    .rk-viewmore {
        min-width: 220px;
        font-size: 13px;
        padding: 14px 20px;
    }
}

