/*最新消息 圖片版*/
.story-page .section_story_items {
    color: #999;
    position: relative;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)";
    /*IE 8*/
    -moz-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
    /*FF 3.5+*/
    -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000);
    /*IE 5.5-7*/
    border-radius: 0.25rem;
    overflow: hidden;
}
/* 
.story-page .section_story_items .img-wrap .img-item {
    padding-top: 60%;
}

.story-page .section_story_items .img-wrap .img-item::before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    z-index: 2;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.story-page .section_story_items .word-item {
    padding: 0 15px 15px;
}

.story-page .section_story_items .word-item p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
}

.story-page .section_story_items:hover {
    color: #000;
}

.story-page .section_story_items:hover .img-item:before {
    background: rgba(0, 0, 0, 0);
}

.story-page .story-section03 {
    padding-top: 50px;
    margin-bottom: 50px;
} */

.story-page .story-section03 .img-wrap .img-item {
    padding-top: 60%;
}

.story-page .story-section03 .story-detail-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.story-page .story-section03 .story-detail-title h3 {
    margin: 0;
}

.story-page .story-section03 .story-detail-title .portrait-img {
    border-radius: 50%;
    overflow: hidden;
}

.story-page .story-section03 .share-list {
    text-align: center;
}

.story-page .story-section03 .share-list li {
    margin-bottom: .5rem;
}

.story-page .story-section03 .share-list li a {
    display: block;
    font-size: initial;
    line-height: 0;
}

.story-page .story-section03 .share-list li a i {
    font-size: 32px;
    color: #666;
}

.story-page .story-section03 .share-list li a i:hover {
    color: #000;
}
/* 
.newsimg {
    margin-bottom: 50px;
}

.newsimg .nav-tabs {
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.newsimg .nav-tabs .nav-link {
    text-align: center;
    font-size: 18px;
    padding: 0;
    color: #a0a0a0;
    padding: 5px 30px;
    border-color: #fff;
    border-radius: 0;
    border-right: 1px solid #a0a0a0;
}

@media (max-width: 768px) {
    .newsimg .nav-tabs .nav-link {
        padding: 5px 10px;
    }
}

.newsimg .nav-tabs .nav-link:last-child {
    border: none;
}

.newsimg .nav-tabs .nav-link.active,
.newsimg .nav-tabs .nav-link:hover {
    color: #333;
}

.newsimg .tab-pane {
    counter-reset: num;
}

.newsimg .tab-pane .number-title {
    padding: 15px 10px;
}

.newsimg .tab-pane .number-title:before {
    counter-increment: num;
    content: counter(num);
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bolder;
    background: #d1bd9b;
    color: #fff;
}

.newsimg .tm_shadow_tab {
    margin-top: 20px;
    text-align: center;
}

.newsimg .tm_shadow_tab .nav-tabs {
    border: 0;
    align-items: center;
}

.newsimg .tm_shadow_tab .nav-tabs>li>a {
    color: #000;
}

.newsimg .tm_shadow_tab .nav-tabs>li>a:hover {
    border-color: transparent;
    background-color: transparent;
}

.newsimg .tm_shadow_tab .nav-tabs>li>a:hover::before {
    content: "";
    width: calc(100% - 30px);
    height: 3px;
    display: inline-block;
    background-color: #ddd;
    position: absolute;
    bottom: 0;
    left: 15px;
}

.newsimg .tm_shadow_tab .nav-tabs>li.active>a,
.newsimg .tm_shadow_tab .nav-tabs>li.active>a:focus,
.newsimg .tm_shadow_tab .nav-tabs>li.active>a:hover {
    border-color: transparent;
    position: relative;
    font-weight: bold;
    color: #000;
}

.newsimg .tm_shadow_tab .nav-tabs>li.active>a::before,
.newsimg .tm_shadow_tab .nav-tabs>li.active>a:focus::before,
.newsimg .tm_shadow_tab .nav-tabs>li.active>a:hover::before {
    content: "";
    width: calc(100% - 30px);
    height: 3px;
    display: inline-block;
    background-color: #0d9ee7;
    position: absolute;
    bottom: 0;
    left: 15px;
}

@media all and (max-width: 992px) {

    .newsimg .tm_shadow_tab .nav-tabs>li.active>a,
    .newsimg .tm_shadow_tab .nav-tabs>li.active>a:focus,
    .newsimg .tm_shadow_tab .nav-tabs>li.active>a:hover {
        background-color: #ddd;
    }

    .newsimg .tm_shadow_tab .nav-tabs>li.active>a::before,
    .newsimg .tm_shadow_tab .nav-tabs>li.active>a:focus::before,
    .newsimg .tm_shadow_tab .nav-tabs>li.active>a:hover::before {
        display: none;
    }
}

.newsimg .tm_shadow_tab .tab-content {
    position: relative;
}

.newsimg .tm_shadow_tab .tm_shadow_dropdown .tm_shadow_tab_title {
    background: #eee;
    width: 100%;
    line-height: 1em;
    padding: 16px 0;
    color: #333;
    border: 0;
    font-size: 15px;
    letter-spacing: 1px;
}

@media all and (max-width: 992px) {
    .newsimg .tm_shadow_tab .tm_shadow_dropdown .tm_shadow_tab_title {
        width: 70%;
        font-size: 20px;
    }

    .newsimg .tm_shadow_tab .tm_shadow_dropdown button:focus {
        outline: 0px;
    }
}

@media all and (max-width: 450px) {
    .newsimg .tm_shadow_tab .tm_shadow_dropdown .tm_shadow_tab_title {
        font-size: 16px;
    }
}

.newsimg .tm_shadow_tab .tm_shadow_dropdown .caret {
    border-top: 9px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    color: #777;
    right: 12%;
    margin-top: 4px;
}

@media all and (max-width: 992px) {
    .newsimg .tm_shadow_tab .tm_shadow_dropdown .caret {
        right: 20%;
    }
}

.newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu {
    width: 100%;
    position: relative;
    top: 0px;
    text-align: center;
}

@media all and (max-width: 992px) {
    .newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu {
        width: 70%;
        left: 15%;
        font-size: 20px;
        display: none;
        padding: 0px;
        box-shadow: 0 0 1px 1px #ddd;
    }

    .newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu.show {
        display: block;
    }

    .newsimg .tm_shadow_tab .nav-tabs .nav-item .nav-link {
        padding: 12px 0px;
    }

    .newsimg .tm_shadow_tab .nav-tabs .nav-item .nav-link.active {
        background-color: #ddd;
    }
}

@media all and (max-width: 450px) {
    .newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu {
        font-size: 16px;
    }
}

.newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu>li {
    display: block;
    width: 100%;
    clear: both;
}

.newsimg .tm_shadow_tab .tm_shadow_dropdown .dropdown-menu>li:hover {
    background: #ddd;
    color: #fff;
}

.newsimg .tm_shadow_tab .dropdown-toggle::after {
    display: none;
} */

/*最新消息 圖片版*/

/* 商品輪播放影片*/
.img-wrap .img-item iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* 商品輪播放影片*/

/* 
.MyFollow .fas.fa-heart {
    color: red !important;
}

.gray-btn {
    border: medium none;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    margin-top: 20px;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    cursor: pointer;
    border-radius: 4px;
    background: #ddd;
    color: #737373;
}

.gray-btn:hover {
    background: #e76667;
    color: #fff;
}

.MyFollow .fas.fa-heart {
    color: red !important;
}

[data-bk-link] {
    cursor: pointer;
}

.custom-onepage-header .custom-onepage-item {
    display: flex;
    flex: 0 0 90%;
    max-width: 90%;
    flex-direction: row-reverse;
    margin-left: 10%;
    padding: 5px 0;
    align-items: center;
}

.custom-onepage-header .top-icon {
    padding: 0;
}

.third_login_text {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.third_login_text .line {
    display: inline-block;
    width: 20%;
    border-top: 1px solid #ccc;
}

.third_login_text .txt {
    color: #000;
    font-weight: bold;
    vertical-align: middle;
}

.third_login .third_login_btn {
    width: 50%;
    margin: auto;
    text-align: center;
}

.third_login .fb-login {
    margin: auto;
    text-align: center;
}

.third_login .fb-login img {
    width: 73%;
}

.third_login .google-login img {
    width: 100%;
}

.quantity {
    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;
}

.quantity i {
    margin: 0 5px;
    border: 10px solid transparent;
    background-clip: padding-box;
}

.total-detail-modal .modal-dialog {
    top: 45%;
    transform: translateY(-50%) !important;
}

.product-addon-list{
    display: none;
}

.discountcode-info .info{
    display: none;
    background: #9bd7e7;
    color: white;
    font-weight: bold;
    padding: 10px;
    font-size: 18px;
}

.discountcode-info .info.error{
  color: red;
}

@media only screen and (min-width: 991px) {
    .header .custom-onepage-header .logo img {
        width: 40%;
    }
}

@media only screen and (max-width: 768px) {
    .btn-item .btn-fav:hover i {
        color: #777;
    }

} */

.artist_items .img-wrap .img-item {
    padding-top: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: none;
}

.news_section .artist_items {
    background: #fff;
    display: block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}

.artist_items .word-item {
    padding: 15px 13px;
}

.artist_items .word-item h3 {
    font-size: 16px;
    color: #333;
}

.artist-showcase {
    --artist-ink: #18202a;
    --artist-soft-ink: #4f5a66;
    --artist-accent: #b7791f;
    --artist-accent-soft: #fde9cf;
    --artist-surface: #ffffff;
    --artist-border: #e8edf3;
    position: relative;
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(145deg, #fff9f0 0%, #f4f8fc 100%);
    overflow: hidden;
}

.artist-showcase::before,
.artist-showcase::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.artist-showcase::before {
    width: 260px;
    height: 260px;
    right: -110px;
    top: -130px;
    background: radial-gradient(circle at center, #ffe4bc 0%, rgba(255, 228, 188, 0) 68%);
}

.artist-showcase::after {
    width: 300px;
    height: 300px;
    left: -140px;
    bottom: -160px;
    background: radial-gradient(circle at center, #dce9f7 0%, rgba(220, 233, 247, 0) 70%);
}

.artist-hero,
.artist-grid,
.artist-story {
    position: relative;
    z-index: 1;
}

.artist-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 26px;
    align-items: start;
    margin-bottom: 28px;
}

.artist-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 6px;
}

.artist-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: max-content;
    white-space: nowrap;
    padding: 6px 14px;
    border-radius: 999px;
    background: var(--artist-accent-soft);
    color: #7a4f15;
    font: 700 12px/1.2 "Trebuchet MS", "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.artist-hero h3 {
    margin: 0;
    color: var(--artist-ink);
    font: 700 30px/1.3 "Noto Serif TC", "Times New Roman", serif;
    line-height: 1.25;
}

.artist-hero p {
    margin: 12px 0 0;
    max-width: 520px;
    color: var(--artist-soft-ink);
    font: 400 15px/1.8 "Trebuchet MS", "Noto Sans TC", sans-serif;
}

.artist-hero-sub {
    margin-top: 12px;
    max-width: 540px;
    color: #4a5663;
    line-height: 1.7;
}

.artist-quick-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
    max-width: 540px;
}

.artist-stat {
    padding: 10px 12px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #dbe3ec;
}

.artist-stat .value {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #18202a;
}

.artist-stat .label {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #6b7682;
}

.artist-hero-photo {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #e9edf3;
    aspect-ratio: 4 / 5;
    max-height: 460px;
    border: 1px solid #dbe3ec;
    box-shadow: 0 14px 34px rgba(24, 32, 42, 0.1);
}

.artist-hero-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.artist-hero-photo .artist-photo-badge {
    position: absolute;
    right: 14px;
    bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(24, 32, 42, 0.75);
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.artist-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.artist-card {
    background: var(--artist-surface);
    border: 1px solid var(--artist-border);
    border-radius: 18px;
    padding: 18px 20px;
    box-shadow: 0 10px 28px rgba(24, 32, 42, 0.06);
    height: 100%;
}

.artist-card h4 {
    margin: 0 0 12px;
    color: var(--artist-ink);
    font: 700 18px/1.35 "Noto Serif TC", "Times New Roman", serif;
}

.artist-meta {
    display: grid;
    grid-template-columns: 92px 1fr;
    row-gap: 10px;
    column-gap: 10px;
    margin: 0;
}

.artist-meta dt {
    margin: 0;
    color: #7d8793;
    font: 700 13px/1.5 "Trebuchet MS", "Noto Sans TC", sans-serif;
}

.artist-meta dd {
    margin: 0;
    color: #303b47;
    font: 400 14px/1.5 "Trebuchet MS", "Noto Sans TC", sans-serif;
}

.artist-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.artist-tags span {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 999px;
    border: 1px solid #ead9bf;
    background: #fffaf2;
    color: #6f4d1f;
    font: 700 12px/1.2 "Trebuchet MS", "Noto Sans TC", sans-serif;
}

.artist-works {
    padding-left: 18px;
    margin: 0;
    color: #303b47;
    font: 400 14px/1.7 "Trebuchet MS", "Noto Sans TC", sans-serif;
}

.artist-story {
    margin-top: 24px;
    padding: 22px;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid var(--artist-border);
    box-shadow: 0 8px 22px rgba(24, 32, 42, 0.05);
}

.artist-story-title {
    margin: 0 0 14px;
    color: var(--artist-ink);
    font: 700 22px/1.3 "Noto Serif TC", "Times New Roman", serif;
}

.reveal-item {
    opacity: 0;
    transform: translateY(18px);
    animation: revealUp 0.8s ease forwards;
}

.artist-grid .artist-card:nth-child(1) {
    animation-delay: 0.1s;
}

.artist-grid .artist-card:nth-child(2) {
    animation-delay: 0.22s;
}

.artist-grid .artist-card:nth-child(3) {
    animation-delay: 0.34s;
}

@keyframes revealUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .artist-showcase {
        padding: 22px;
    }

    .artist-hero {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .artist-hero p {
        max-width: none;
    }

    .artist-quick-stats {
        max-width: none;
    }

    .artist-hero h3 {
        font-size: 26px;
    }

    .artist-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .artist-showcase {
        padding: 16px;
        border-radius: 16px;
    }

    .artist-hero-photo {
        max-height: none;
        aspect-ratio: 4 / 5;
    }

    .artist-hero h3 {
        font-size: 28px;
    }

    .artist-grid {
        gap: 14px;
    }

    .artist-quick-stats {
        grid-template-columns: 1fr;
    }

    .artist-meta {
        grid-template-columns: 84px 1fr;
    }

    .artist-story {
        padding: 16px;
    }
}