@media only screen and (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }
}


/* 內頁 content */
.page-top-title .menu-title {
    color: #311630;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 0.1rem;
    text-align: center;
}

.page-top-title .menu-title-line {
    height: 2px;
    background: #f86259;
    width: 3rem;
    margin: 0 auto;
    margin-bottom: 1rem;
}

/* product list */
.product-list {
    font-size: 0.85rem;
}

.product-list .list-item {
    /*padding: 2em 1em;
    border-bottom: 1px solid #e6e6e6;*/
}
.product-list .list-item:hover {
    background-color: #f2f2f2;
}
.product-list .list-item a.shop-icon {
    width: 100%;
    height: auto;
    border-radius: 0.5em;
    /*margin-bottom: 1em;*/
}
.product-list .list-item .shop-info {
    padding-left: 1em;
    padding-right: 1em;
    max-width: 100%;
}
.product-list .list-item .shop-info h2 {
    font-size: 1.3em;
    font-weight: 700;
    letter-spacing: 1px;
}
.product-list .list-item .shop-info h2 a {
    color: #311630;
}
.product-list .list-item .shop-info h2 a:hover {
    color: #f86259;
}
.product-list .list-item .shop-info .shop-address {
    color: #666;
    font-size: 0.875em;
    padding-bottom: 0.25em;
    line-height: 1.25em;
    text-indent: -0.5em;
    margin-left: 1em;
}
.product-list .list-item .product-item-price {
    font-size: 1.125em;
    color: #f86259;
    font-weight: 900;
    width: 10em;
}
.product-list .list-item .product-item-price i.fa-star {
    padding: 0;
}
.product-list .list-item .product-item-price .price {
    color: #666;
    text-decoration: line-through;
    font-size: 15px;
    font-weight: initial;
}



.product-list .list-item .business-time a {
    font-size: 0.9em;
    color: #311630;
    padding: 0;
    text-align: left;
}
.product-list .list-item .business-time a > i.fa-angle-down {
    padding-left: 2em;
}
.product-list .list-item .business-time .card-body {
    font-size: 0.875em;
    border: none;
    background-color: transparent;
    color: #666;
    padding: 0;
    padding-left: 2em;
}
.product-list .list-item .btn-group {
    width: 100%;
    margin-top: 0.5em;
}
.product-list .list-item .btn-group .button {
    width: 100%;
    margin: 0 0.25em;
    font-size: 1em;
}



/* shop list */
.shop-list { font-size: 0.85rem; }

.shop-list .list-item {
    padding: 2em 1em;
    border-bottom: 1px solid #e6e6e6;
}
.shop-list .list-item:hover {
    background-color: #f2f2f2;
}

.shop-list .list-item a.shop-icon {
    width: 100%;
    height: 10em;
    border-radius: 0.5em;
    margin-bottom: 1em;
}

.shop-list .list-item .shop-info {
    padding-left: 1em;
    padding-right: 1em;
    max-width: 100%;
}

.shop-list .list-item .shop-info h2 {
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 1px;
}

.shop-list .list-item .shop-info h2 a {
    color: #311630;
}
.shop-list .list-item .shop-info h2 a:hover {
    color: #f86259;
}

.shop-list .list-item .shop-info .shop-address {
    color: #666;
    font-size: 0.875em;
    padding-bottom: 0.25em;
    line-height: 1.25em;
    text-indent: -0.5em;
    margin-left: 1em;
}

.shop-list .list-item .shop-score {
    font-size: 1.125em;
    color: #faae3f;
    font-weight: 900;
    width: 10em;
}
.shop-list .list-item .shop-score i.fa-star {
    padding: 0;
}

.shop-list .list-item .business-time a {
    font-size: 0.9em;
    color: #311630;
    padding: 0;
    text-align: left;
}
.shop-list .list-item .business-time a > i.fa-angle-down {
    padding-left: 2em;
}

.shop-list .list-item .business-time .card-body {
    font-size: 0.875em;
    border: none;
    background-color: transparent;
    color: #666;
    padding: 0;
    padding-left: 2em;
}

.shop-list .list-item .btn-group {
    width: 100%;
    margin-top: 0.5em;
}

.shop-list .list-item .btn-group .button {
    width: 50%;
    margin: 0 0.25em;
    font-size: 1em;
}

@media only screen and (min-width: 768px) {
    .shop-list { font-size: 1rem; }

    .shop-list .list-item a.shop-icon {
        width: 7.5em;
        height: 7.5em;
        border-radius: 40%;
        margin-bottom: 0;
    }
    .shop-list .list-item .shop-info {
        max-width: calc(100% - 7.5em);
        padding-right: 0;
    }

    .shop-list .list-item .btn-group .button {  font-size: 1.125em; }

}

@media only screen and (min-width: 1024px) {
    .shop-list .list-item .shop-info {
        padding-left: 2em;
        max-width: 50%;
        
    }
    .shop-list .list-item .btn-group {
        width: auto;
        margin-top: 1.5em;
    }

    .shop-list .list-item .btn-group .button {
        width: auto;
        padding: 1em;
        padding-top: 1.1em;
    }
}

@media only screen and (min-width: 1075px) and (max-width: 1180px) {
    .shop-list .list-item .btn-group {
        display: block;
        margin-top: 0;
    }
    .shop-list .list-item .btn-group .button {
        display: block;
        width: 100%;
        padding: 0.75em 1em;
        margin: 0.25em 0;
    }
}



/* 商家首頁 */
.shop-cover {
    position: relative;
    margin-top: -5%;
}

.shop-cover .carousel-inner {
    background-color: #f5f5f5;
    background-image: url("/img/paybonus/shop_img.svg");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
}

.shop-cover .carousel-inner .carousel-item {
    height: inherit;
}

.shop-cover .carousel-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mask {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.shop-cover .cover-content {
    position: absolute;
    z-index: 10;
    top: 0;
    padding-top: calc(5% + 1em);
    padding-bottom: 1em;
}

/* esg宣言 */
/* .esg-list {
    background-color: rgba(49, 22, 48, .85);
    padding: 1em;
    border-radius: 1rem;
    color: #FFF;
    font-size: 13px;
}

.esg-list ul li {
    border-right: 1px solid #FFF;
    margin-right: 1em;
    padding-right: 1em;
    text-align: center;
}
.esg-list ul li:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.esg-list ul li > img {
    width: 2em;
    margin-right: 0.25em;
}

.esg-list ul li > div {
    display: inline-block;
    font-size: 0.875em;
    max-width: 7em;
    line-height: 1.1em;
    vertical-align: middle;
    padding-top: 1em;
} */





.shop-cover h2 {
    font-size: 1.75rem;
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.1rem;
    text-shadow: 0 0 0.5rem #000;
}

.shop-cover p.shop-address {
    font-size: 1rem;
    color: #fff;
    text-shadow: 0 0 0.5rem #000;
}

.shop-cover .offer {
    float: right;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    padding: 0.35rem 1rem;
    margin: 0.25rem;
    border-radius: 100px;
    cursor: pointer;
}

.offer-limit {
    background-color: #7ac943;
}
.offer-later {
    background-color: #faae3f;
}
.offer-vip {
    /* background-color: #f86259; */
    background-color: #311630;
}
.offer-group {
    /* background-color: #311630; */
    background-color: #f86259;
}

@media only screen and (min-width: 576px) {
    .shop-cover .esg-list {
        font-size: 16px;
        width: 41em;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .shop-cover .esg-list ul li > div { padding-top: 0; }

    .shop-cover h2 { font-size: 2rem; }
    .shop-cover p.shop-address { font-size: 1.125rem; }
    .shop-cover .offer { font-size: 1.125rem; }
}

#shop-home .shop-content .shop-type {
    font-size: 1.125rem;
    color: #311630;
    letter-spacing: 0.1rem;
}

#shop-home .shop-content .shop-tags span {
    display: block;
    color: #f86259;
    margin-top: 1em;
}

#shop-home .shop-content p.shop-score {
    font-size: 1rem;
    text-align: center;
    line-height: 1.5em;
    font-weight: 700;
    cursor: pointer;
}

.btn-resgpb {
    background-color: rgb(26, 115, 232);
    color: #fff;
}
.btn-resgpb.focus,.btn-resgpb:focus,.btn-resgpb:hover {
    background-color: #1a73e8cc;
    color: #fff
}



#shop-home .shop-content p.shop-score span {
    font-size: 2.25rem;
    font-weight: 900;
    letter-spacing: 0.1rem;
}

#shop-home .shop-content p i {
    padding: 0;
}

#shop-home .shop-content h3 {
    font-size: 1.6875rem;
    color: #f86259;
    letter-spacing: 0.2rem;
    margin-bottom: 0.5rem;
}
#shop-home .shop-content .shop-intro {
    font-size: 0.875rem;
    background-color: #fdf9f7;
    border-radius: 1rem;
    padding: 1.5rem;
    min-height: 11rem;
    text-align: justify;
}

#shop-home .shop-content .contact-paybonus {
    font-size: 0.8125rem;
    color: #666;
}

#shop-home .shop-content .offer {
    font-size: 1rem;
    color: #fff;
    margin: 0.25em;
    padding: 1em;
    height: calc(100% - 0.25em * 2);
    border-radius: 1rem;
}

#shop-home .shop-content .offer p {
    font-size: 0.9375em;
    line-height: 1.25em;
}

#shop-home .shop-content .offer ul {
    margin-top: 5px;
    margin-bottom: 0.5em;
}

#shop-home .shop-content .offer ul:last-child {
    margin-bottom: 0;
}

#shop-home .shop-content .offer ul > li {
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.25em;
    text-indent: -0.625em;
    margin-left: 1.25em;
    list-style: none;
}

#shop-home .shop-content .offer button.btn-tooltip {
    text-decoration: underline;
    vertical-align: baseline;
}
#shop-home .shop-content .offer button.btn-tooltip:hover,
#shop-home .shop-content .offer button.btn-tooltip:active,
#shop-home .shop-content .offer button.btn-tooltip.active,
#shop-home .shop-content .offer button.btn-tooltip:focus,
#shop-home .shop-content .offer button.btn-tooltip.focus {
    text-decoration: none;
    color: inherit !important;
    background-color: inherit;
    border-color: inherit;
}

@media only screen and (max-width: 767px) {
    #shop-home .shop-content p.shop-score {
        font-size: 1rem;
    }
    #shop-home .shop-content p.shop-score span {
        font-size: 2rem;
    }
    #shop-home .shop-content .shop-intro {
        min-height: inherit;
    }
}

/* 貼文 */
#shop-home .shop-content .post {
    font-size: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 1.25rem;
    margin: 0.75rem auto;
    padding: 1.5rem 2.5rem;
}

#shop-home .post .shop-icon {
    width: 3.75em;
    height: 3.75em;
   /*margin-right: 1em;*/
    background-size: cover;
}
#shop-home .post .shop-icon img {
    object-fit: cover;
}

/*#shop-home .post .post-content {
    position: relative;
    max-width: calc(100% - 6.75em);
}*/

#shop-home .post .post-content img {
    height: auto !important;
}

#shop-home .post h2.post-title {
    font-size: 1.65em;
    font-weight: 900;
    color: #311630;
    margin-bottom: 0.25em;
}

#shop-home .post p.post-store-name , #shop-home .post p.post-date {
    font-size: 0.9375em;
    color: #999;
    margin-left: 1em;
}

#shop-home .post .post-article {
    color: #666;
    text-align: left;
}


#shop-home .post .photos {
    margin-top: 1em;
}

#shop-home .shop-content .post.post-top {
    background-color: #fdf9f7;
}

#shop-home .shop-content .post .post-header {
    border-bottom: 1px solid rgb(230, 230, 230);
    display: grid;
    grid-template-columns: auto 1fr;
    padding-bottom: 10px;
}

#shop-home .shop-content .post .post-header .post-header-left {}

#shop-home .shop-content .post .post-header .post-header-right {
    display: flex;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
}


#shop-home .shop-content .post .post-header .btn-post-link {
    background: #fff;
    font-weight: 900;
    width: 2.25em;
    height: 2.25em;
    text-align: center;
    border: 1px solid #f86259;
    border-radius: 40%;
    font-size: 1.2em;
    color: #f86259;
    padding: 0.5em;
    line-height: 1.25em;
}
#shop-home .shop-content .post .post-header .btn-post-link:hover {
    background: #f86259;
    color: #FFF;
}

#shop-home .shop-content .post .post-footer {
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
    text-align: center;
    margin-top: 30px;
}
#shop-home .shop-content .post .post-footer button {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    width: 3.2em;
    height: 3.2em;
    border-radius: 50px;
    border: 1px solid #f86259;
    background: transparent;
    color: #f86259;
}
#shop-home .shop-content .post .post-footer button i { font-size: 1.3em; }
#shop-home .shop-content .post .post-footer button:hover, #shop-home .shop-content .post .post-footer button.active {
    background: #f86259;
    color: #ffffff;
}


#shop-home .shop-content .post .post-footer {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
}
#shop-home .shop-content .post .post-footer .bubble {
    font-size: 1rem;
    font-weight: 600;
    line-height: 2.5rem;
    position: relative;
    margin-left: 8px;
    padding-left: 9px;
}
#shop-home .shop-content .post .post-footer .bubble::before {
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 10px solid #eee;
    position: absolute;
    bottom: 20px;
    left: 0;
}
#shop-home .shop-content .post .post-footer .bubble-text {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 6px 16px;
    min-height: 37px;
    border-radius: 20px;
    background-color: rgb(245, 245, 245);
}

/*#shop-home .shop-content .post.post-top .post-content:before {
    font-family: "Font Awesome 6 Free";
    content: "\f005";
    font-weight: 900;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 2.25em;
    height: 2.25em;
    text-align: center;
    background-color: #f86259;
    border-radius: 40%;
    font-size: 1.25em;
    color: #fff;
    padding: 0.5em;
    line-height: 1.25em;
}*/

#shop-home .shop-content .post.post-top .top-icon:before {
    font-family: "Font Awesome 6 Free";
    content: "\f005";
    font-weight: 900;
    width: 2.25em;
    height: 2.25em;
    text-align: center;
    background-color: #faae3f;
    border-radius: 40%;
    font-size: 1.25em;
    color: #fff;
    padding: 0.5em;
    line-height: 1.25em;
}

#shop-home .shop-content hr {
    border-color: #e6e6e6;
    margin: 2rem auto;
}

#shop-home .post .ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: pre-wrap;
    text-overflow: ellipsis;
}
#shop-home .post .post-article-more {
    font-size: 0.9em;
    display: block;
    margin: 0;
    text-align: right;
    margin-left: auto;
    padding: 0;
    text-decoration: none;
}


@media only screen and (max-width: 767px) {
    #shop-home .shop-content .post {
        font-size: 0.875rem;
        padding: 1rem;
        overflow: hidden;
    }
    #shop-home .post .post-content {
        max-width: 100%;
    }
    #shop-home .post .ellipsis {
        /*display: -webkit-box;
        overflow: hidden;
        white-space: normal !important;
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;*/
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: pre-wrap;
        text-overflow: ellipsis;
    }

    #shop-home .post .post-article-more {
        font-size: 0.9em;
        display: block;
        margin: 0;
        text-align: right;
        margin-left: auto;
        padding: 0;
        text-decoration: none;
    }

}

/* 部落客評論 */
#shop-home .shop-content .comment, .post-list .comment {
    font-size: 1rem;
    border-radius: 1.25rem;
    background-color: #fdf9f7;
}

#shop-home .shop-content .comment h2, .post-list .comment h2 {
    font-size: 0.875em;
    color: #999;
    font-weight: normal;
    margin-bottom: 0.5em;
    white-space: nowrap; /*不換行 */
    overflow: hidden;
    text-overflow: ellipsis;
}

#shop-home .shop-content .comment p, .post-list .comment p {
    line-height: 1.5em;
    color: #666;
    overflow: hidden;
    min-height: 6em;
    display: -webkit-box;
    -webkit-line-clamp: 4; /*省略第n行後的文字*/
    -webkit-box-orient: vertical; /*設定元素是垂直布局*/
}

@media only screen and (max-width: 767px) {
    #shop-home .shop-content .comment, .post-list .comment {
        font-size: 0.875rem;
    }
    #shop-home .shop-content .card .card-img-top {
        min-height: 8em;
    }
    #shop-home .shop-content .card-body {
        padding: 1rem;
    }
    #shop-home .shop-content .comment p, .post-list .comment p {
        -webkit-line-clamp: 3;
    }
}

/* 推薦其他商家 */
#shop-recommend {
    font-size: 0.75rem;
}

#shop-recommend .list-item a.shop-icon {
    width: 6em;
    height: 6em;
}

#shop-recommend .shop-list .list-item .shop-info h2 {
    letter-spacing: 0;
}

#shop-recommend .list-item .btn-group {
    font-size: 0.875rem;
}
#shop-recommend .list-item .button {
    padding: 0.5em;
}


@media only screen and (max-width: 767px) {
    #shop-recommend .list-item a.shop-icon {
        width: 100%;
        height: 6em;
        margin-bottom: 0;
    }
    #shop-recommend .list-item .button {
        width: 100%;
    }
}


#checkInModal .modal-body{
    position: relative;
}
#checkInModal .modal-body .content{
    text-align: center;
}
#checkInModal .modal-body .content .pic{}
#checkInModal .modal-footer{
    position: relative;
}
#checkInModal .modal-footer .alert{
    display: flex;
    color: white;
    background-color: #19202600;
    border-color: #19202600;
    width: 100%;
    padding: 0;
}
#checkInModal .modal-footer .alert button{
    margin: 0 0.5rem;
}

/* .member-content {
    border: 0;
}

.content-item {
    display: block;
    border-radius: 4px;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,.15);
    margin-bottom: 20px;
    border: 1px solid rgb(0 0 0 / 0.1);
}
.content-item h3 {
    font-weight: 600;
    padding-bottom: 20px;
    letter-spacing: 1px;
}
.content-item:hover {
    background: #4c8677;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.content-item:hover h3 {
    color: #fff;
}



.content-item .img {
    height: 147px;
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: center;
}
.content-item .img-1 {background-image:  url('{{ asset('img/member/member-1-g.png') }}');}
.content-item:hover .img-1 {background-image:  url('{{ asset('img/member/member-1-1.png') }}');}

.content-item .img-2 {background-image:  url('{{ asset('img/member/member-2-g.png') }}');}
.content-item:hover .img-2 {background-image:  url('{{ asset('img/member/member-2-1.png') }}');}

.content-item .img-3 {background-image:  url('{{ asset('img/member/member-3-g.png') }}');}
.content-item:hover .img-3 {background-image:  url('{{ asset('img/member/member-3-1.png') }}');}

.content-item .img-4 {background-image:  url('{{ asset('img/member/member-4-g.png') }}');}
.content-item:hover .img-4 {background-image:  url('{{ asset('img/member/member-4-1.png') }}');}

.content-item .img-5 {background-image:  url('{{ asset('img/member/member-5-g.png') }}');}
.content-item:hover .img-5 {background-image:  url('{{ asset('img/member/member-5-1.png') }}');}

.content-item .img-6 {background-image:  url('{{ asset('img/member/member-6-g.png') }}');}
.content-item:hover .img-6 {background-image:  url('{{ asset('img/member/member-6-1.png') }}');}


@media only screen and (max-width: 991px) {
    .content-item .img {
        height: 100px;
        background-size: 50px;
    }
    .content-item h3 {
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 767px) {
    .content-item .img {
        height: 100px;
        background-size: 50px;
    }
    .content-item h3 {
        font-size: 1.3em;
    }
} */


/* video carousel */
#video-carousel { margin: auto; }

#video-carousel .carousel-inner { border-radius: 1.5rem; }

#video-carousel .carousel-inner .carousel-item img {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
}

#video-carousel .carousel-control-prev,
#video-carousel .carousel-control-next {
    width: auto;
}

#video-carousel .carousel-control-prev-icon,
#video-carousel .carousel-control-next-icon {
    background: #EEE;
    color: #222;
    border-radius: 50px;
    margin: 0 0.5em;
    padding: 0.5em;
    width: 2.5em;
    height: 2.5em;
    box-shadow: none;
    background-image: none;

}

#video-carousel .carousel-control-prev-icon i,
#video-carousel .carousel-control-next-icon i {
    font-size: 1.5em;
}

#video-carousel .carousel-control-prev:hover .carousel-control-prev-icon,
#video-carousel .carousel-control-prev:focus .carousel-control-prev-icon,
#video-carousel .carousel-control-next:hover .carousel-control-prev-icon,
#video-carousel .carousel-control-next:focus .carousel-control-prev-icon {
    background: #e2e2e2;
}

/* 縮圖list */
#video-carousel .VueCarousel {
    position: absolute;
    width: 100%;
}

#video-carousel .VueCarousel .VueCarousel-inner {
    margin: 0.5em -0.25em;
    /* flex-flow: nowrap; */
    max-width: inherit;
    height: auto;
}

#video-carousel .VueCarousel .VueCarousel-inner .VueCarousel-slide {
    /* height: 80px; */
    /* width: 33%; */
    height: 100%;
    cursor: pointer;
}

#video-carousel .VueCarousel .VueCarousel-inner .VueCarousel-slide .carousel-img {
    position: relative;
    margin: 0.25em;
    border-radius: 1rem;
    background-color: #000;
}

#video-carousel .VueCarousel .VueCarousel-inner .VueCarousel-slide .carousel-img img {
    border-radius: 1rem;
    object-fit: cover;
    aspect-ratio: 4/3;
    opacity: 0.75;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
}

#video-carousel .VueCarousel .VueCarousel-inner .VueCarousel-slide .carousel-img i {
    position: absolute;
    top: calc(50% - 0.5em);
    left: calc(50% - 0.5em);
}

#video-carousel .VueCarousel .VueCarousel-inner .VueCarousel-slide[tabindex="-1"]:focus:not(:focus-visible)  .carousel-img img {
    opacity: 1 !important;
}


@media only screen and (min-width: 576px) {
    #video-carousel {
        margin: auto 4em;
        margin-bottom: calc(100px + 10px);
    }

    #video-carousel .carousel-control-prev { left: 0; transform: translateY(0%) translateX(-100%); }
    #video-carousel .carousel-control-next { right: 0; transform: translateY(0%) translateX(100%); }

}

@media only screen and (min-width: 1200px) {
    #video-carousel { margin-bottom: calc(130px + 40px); }
}



/* Animate */
@-webkit-keyframes swing {
  15% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  30% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  45% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  75% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  15% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  30% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  45% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  75% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-name: swing;
            animation-name: swing;
    
}

/* 美化四大行動按鈕（預訂／預約／線上訂購／收藏） */
.action-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin: 1.5em 0;
}

.action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    font-size: 1.18rem;
    font-weight: 900;
    letter-spacing: 0.07em;
    padding: 0.9em 1.7em;
    border-radius: 2.5em;
    border: none;
    box-shadow: 0 4px 16px 0 rgba(49, 22, 48, 0.07);
    background: #fff;
    color: #381a38;
    transition: all 0.16s;
    margin: 0.2em 0.5em;
    text-decoration: none !important;
    position: relative;
    z-index: 1;
}
.action-btn i, .action-btn img {
    margin-right: 0.5em;
}
.action-btn.btn-resgpb {
    background: linear-gradient(90deg,#3e8c75 60%,#31b991 100%);
    color: #fff !important;
}
.action-btn.btn-appointment {
    background: linear-gradient(90deg,#f86259 60%,#f7b39d 100%);
    color: #fff !important;
}
.action-btn.btn-xorder {
    background: linear-gradient(90deg,#381a38 60%,#6a246b 100%);
    color: #fff !important;
}
.action-btn.btn-favorite {
    background: linear-gradient(90deg,#ffd469 60%,#ffa726 100%);
    color: #a05e0b !important;
}
.action-btn:hover, .action-btn:focus {
    filter: brightness(0.92) drop-shadow(0 6px 20px rgba(60,10,40,0.11));
    transform: translateY(-2px) scale(1.045);
    color: #fff !important;
    text-decoration: none;
}
@media only screen and (max-width: 767px) {
    .action-btn {
        width: 100%;
        min-width: 0;
        margin: 0.4em 0;
        font-size: 1rem;
    }
    .action-buttons {
        gap: 0.5rem;
    }
}
