@charset "UTF-8";
/*
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@100..900&family=Roboto:ital,wght@0,400;0,500;0,700;0,800;&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;800&display=swap');
@font-face {
    font-family: FakePearl-Regular;
    src: url(https://cdn.jsdelivr.net/gh/max32002/FakePearl@1.1/webfont/FakePearl-Regular.woff2) format("woff2")
    , url(https://cdn.jsdelivr.net/gh/max32002/FakePearl@1.1/webfont/FakePearl-Regular.woff) format("woff");
}

/* SECTION Variables */
:root {
    --color-steel: #da7f00;
    --color-dark-blue: #14264f;
    --color-gray-light: #EFEFEF;
    --color-gray: #212121;
    --color-green: #6ac801;
    --color-bg-gray: #BABABF;
    --color-red: #b22a2a;
}
/* *!SECTION */

/* SECTION Layout */
html {
    font-size: 15px;
}

html, body {
overflow-x: clip;
}

body {
    font-family: "Noto Sans TC", "PingFang TC", "Heiti TC";
    color: var(--color-gray);
    background-color: #F5F0ed;
    background: #FAF7F2;
    /*background: #f7f0ec;*/
}
p, a, li {
    font-family: "Noto Sans TC", "PingFang TC", "Heiti TC";
    letter-spacing: 0.01em;
    line-height: 1.75;
}
p {
    margin-bottom: 1.5rem;
}

hr {
    margin: 1rem 0 2rem;
    border-color: #bbb;
}

table {
    font-size: 1rem;
    max-width: 100%;
}
.navbar-brand img  {
    width: 164px;
    height: auto;
    max-width: 164px;
}
.navbar-toggler {
    border: none;
}
ul.nav a {
    font-family: FakePearl-Regular;
    font-size: 18px;
}
ul.nav a * {
    vertical-align: middle;
}

.menu--account a span {
    margin-left: 2px;
    font-size: 16px;
}
.menu--account i {
    padding: 7px 2px;
}
nav.tabs {
    width: fit-content;
    margin: 0 auto 33px;
    min-width: 390px;
    max-width: 100%;
}
a.cart-block--link__expand {
    position: relative;
    vertical-align: sub;
}
a.cart-block--link__expand i { 
    padding: 12px 10px;
}
.cart-block--summary__count {
    position: absolute;
    top: -5px;
    right: 0;
    background: #41484f;
    width: 17px;
    height: 18px;
    border-radius: 50px;
    border: 1px solid #343a40;
    display: block;
    text-align: center;
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
}
.views-field-remove-button input.delete-order-item {
    font-size: 0;
    background: url(../img/remove.png);
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
}
.sidebar .block {
    border: none;
}
.back-to-top {
    text-align: right;
}
.layout-no-sidebars  h1.title {
    text-align: center;
}
h2#message-status-title {
    display: none;
}
.alert-wrapper {
    position: relative !important;
}
.alert-wrapper div.show {
    padding: 0 15px;
}
.alert svg {
    height: 50px;
    overflow: hidden;
}
.alert.alert-success svg use {
    fill: green;
}

#back-top {
    color: #212121;
    font-size: 20px;
}
.social-icon {
    font-size: 22px;
}

.site-footer__top h2 {
    border: none;
    font-size: 22px;
}
.site-footer__bottom,
.site-footer__bottom div {
    margin: 0;
}
.formkit-form {
    margin-top: 1rem;
}
.formkit-form div{
    padding: 0 !important;
}
h1 {
    font-size: calc(1.3rem + 1vw);
}
h1,h2 {
    font-family: FakePearl-Regular;
    line-height: 1.3;
    margin-bottom: .7rem;
}
h3 {
    color: #6d5738;
}
time {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
}
.sticky-top {
    z-index: 5;
    top: 10px;
}
.btn {
    border-radius: 25px;
}
.btn-primary {
    color: #fff;
    font-weight: 500;
    background: var(--color-steel);
    border-color: var(--color-steel);
}
.btn-secondary {
    border: 1px solid var(--color-steel);
    background: transparent;
    color: var(--color-steel);
}
.btn-primary:hover, .btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: #fff;
    text-decoration: none;
}
.form-wrapper__login-option legend {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: -5px;
}
fieldset.form-wrapper__login-option {
    background: #fff;
    border-radius: 8px;
    padding-bottom: 0;
}
.fieldset-wrapper {
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 10px;
}
form a {
    line-height: 1.6;
    margin-bottom: 7px;
}
.item-list ul li {
    border-radius: unset;
    border: none;
    background: transparent;
}
.view-slogan h2 {
    /*font-family: "Noto Serif TC", serif;*/ 
    font-family: FakePearl-Regular;
    margin-bottom: 15px;
}
.view-slogan h3 {
    font-weight: 400;
    letter-spacing: 0.02em;
}

.path-cart h1,
.path-events h1,
.node--type-page h1 {
    text-align: center;
    margin-bottom: 2rem;
}

aside {
    overflow: auto;
}

.narrow .content-inner {
    max-width: 600px;
    margin: 0 auto;
}

#main-wrapper {
    padding: calc(10px + 3vw) 0;
    min-height: 24vw;
}
.site-footer .block {
    margin: 0;
}
@media (max-width: 767px) {
    .site-footer .block {
        padding-bottom: 0;
    }
}
@media (min-width: 768px) {
    body #site-logo-img {
        height: 100px;
    }
    html {
        font-size: 16px;
    }

    .sidebar.col-md-3 {
        flex: 0 0 auto;
        width: 30%;
    }
    p, a, li { 
        letter-spacing: 0.02em;
    }
}
@media (min-width: 851px) {
    .site-footer__top .region {
        width: 48%;
    }
}
@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 1.75rem;
    }
    .site-footer__top {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .navbar-expand-xl .nav-link {
        padding: 2px 10px;
        margin: 0 4px;
    }
}
@media (min-width: 1400px) {
    .main.container {
        max-width: 1200px;
    }
}


/* SECTION form */
.form-control {
    padding: 12px 15px;
    border-radius: 15px;
    margin-top: 2px;
}
input.button.form-control {
    border-radius: 25px;
}
.form-check {
    margin-bottom: 6px;
}
.js-form-type-radio .form-check-input[type="radio"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.12em;
  height: 1.12em;
  border: 0.12em solid var(--color-steel);
  border-radius: 50%;
  display: grid;
  place-content: center;
  position: relative;
  top: 2px;
}
.js-form-type-radio .form-check-input[type="radio"]::before {
  display: block;
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--color-steel);
}
.js-form-type-radio .form-check-input[type="radio"]:checked::before {
    transform: scale(1);
}


.js-form-type-radio .form-check-label {
  cursor: pointer;
  padding-left: 4px;
}
.js-form-type-radio .form-check-input[type="radio"]:checked + .form-check-label {
  font-weight: 600;
}


/* SECTION FRONT */
.featured-bottom {
    max-width: 990px;
    margin: 0 auto;
}
.region-wrapper-content-bottom {
    background: #e9e6df;
    color: #5d5a51;
    padding: 35px 0 45px;
}
.path-frontpage .view-header h2 {
    margin: 0;
}
.path-frontpage .view-events .view-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.highlighted {
    text-align: center;
    background: url(../img/brush.png?aaaa);
    background-repeat: no-repeat;
    padding: 25px 15px 65px;
    background-size: 125vw;
    background-position: center top;
}

.highlighted .views-field-body {
    max-width: 335px;
    margin: 0 auto;
}

.highlighted .views-field-body * {
    text-shadow: 0px 0px 3px rgba(0,0,3,.5);
    color: #fff;
}
.highlighted h3 {
    font-size: 17px;
    line-height: 1.7;
    font-weight: 500;
}

.block-views h2 {
    margin-bottom: 20px;
}
.block-about {
    font-size: 17px;
    line-height: 1.7;
}
.swiper {
  max-width: 700px;
}

.swiper-wrapper {
  padding: 0px 10px;
  margin: 0px -10px;
}

.slider-nav .next-button, .slider-nav .prev-button {
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  height: 50px;
  width: 50px;
  opacity: 80%;
  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;
  background-color: #E2FFF6 !important;
  border: 5px solid #124838 !important;
  border-radius: 50%;
  font-weight: 700;
  color: #124838;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.slider-nav .next-button span, .slider-nav .prev-button span {
  font-size: 23px;
}
.slider-nav .next-button:hover, .slider-nav .next-button:active, .slider-nav .prev-button:hover, .slider-nav .prev-button:active {
  opacity: 1 !important;
}
.slider-nav .prev-button {
  left: -3%;
}
@media (min-width: 992px) {
  .slider-nav .prev-button {
    left: -2%;
  }
  .slider-nav .next-button {
    right: -2%;
  }
  .highlighted h3 {
    font-size: 20px;
  }
  .highlighted {
    padding: 46px 15px 65px;
    background-size: 642px;
  }
    .highlighted .views-field-body {
        max-width: 424px;
    }
}
@media (max-width: 991px) {
    .page-view-events .highlighted h3 {
        margin-top: 20px;
    }
}
.slider-nav .next-button {
  right: -3%;
}


/* SECTION user */
#user-login-form,
.form-wrapper__login-option,
.user-pass-reset {
    max-width: 325px;
    margin: 0 auto;
}
.user-form {
    max-width: 400px;
    margin: 0 auto;
}
.user-form .js-form-item {
    margin-top: 20px;
}
#edit-name--description {
    display: none;
}
.g-recaptcha {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.register-link a {
    width: 100%;
}
#edit-customer-profiles-0 summary {
    display: none;
}
/* SECTION NODE */
.node__content {
    font-size: 16px;
}
.content img {
    border-radius: 8px;
    margin-bottom: 8px;
}

/* SECTION blog article */

.node--type-article section.content-inner {
    max-width: 880px;
    margin: 0 auto;
    line-height: 1.6;
    letter-spacing: 0.02em;
}
.field--name-field-tags ul.links li{
    padding: 5px 15px;
    background: #fdfdfd;
    border-radius: 30px;
    margin: 0 10px 0 0;
    font-weight: 500;
}
.view-partner .view-content {
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow-y: auto;
    padding-top: 10px;
}
.view-partner .views-row {
    width: fit-content;
    padding: 0 5px;
    margin-bottom: 10px;
}
.view-partner img {
    max-width: 135px;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .view-partner .view-content {
        flex-wrap: wrap;
    }
}
@media (min-width: 1400px) {
    .view-partner img {
        max-width: 152px;
    }
}


/* SECTION event node */

.event-info div {
    line-height: 1.6;
    margin: 8px 0;
}
.event-info div.d-inline-flex {
    max-width: 94%;
}
.event-info div.d-inline-flex span {
    max-width: 92%;
}
.event-info a {
    color: var(--color-gray);
    font-weight: 500;
}
.event-info i {
    width: 22px;
    text-align: center;
}
.event-info span {
    flex: none;
}
.event-info p {
    font-family: "M PLUS Rounded 1c", "Noto Sans TC", "PingFang TC", "Heiti TC";
}
.field--name-field-event-tags a,
.views-field-field-event-tags a{
    display: inline-block;
    padding: 3px 16px;
    border: 1px solid var(--color-steel);
    color: var(--color-steel);
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
}
.field--name-field-event-tags a:hover,
.views-field-field-event-tags a:hover {
    background-color: #e29228;
    color: #fff;
    text-decoration: none;
}
.fixed-bottom a.btn {
    display: block;
    padding: 14px;
    width: 100%;
    border-radius: unset;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.view-products table tr,
.info-card {
    background: #edebe5;
    border-radius: 10px;
    border-bottom: none;
    margin-bottom: 20px;
    display: block;
    padding: 15px 20px 0;
}
.view-products table tr td {
    padding: 0;
    display: block;
}
.info-card {
    padding: 20px;
}
.info-card h3 {
    font-family: FakePearl-Regular;
    color: var(--color-gray);
    font-weight: 800;
}
.view-products .field--name-price {
    font-size: 20px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    color: #3a2c1a;
    margin-bottom: 8px;
}
.field--name-list-price {
    text-decoration: line-through;
    color: var(--color-red);
}
.vbo-view-form #edit-header {
    display: none;
}
.vbo-view-form .form-check {
    margin: 0 !important;
}
.vbo-view-form td {
    padding: 5px 3px 3px;
}
.vbo-view-form .form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-right: 4px;
}
.vbo-view-form label {
    padding: 6px;
}

.node--type-discount-events .field--name-field-images .field__item {
    width: 388px;
    max-width: 100%;
    margin: 0 auto;
}
.event-info .btn-primary{
    color: #fff;
    padding: 5px 25px;
        color: #fff;
        vertical-align: baseline;
        margin-left: 5px;
}
.event-info .ext-link .btn-primary{
    padding: 10px 35px;
}

@media (min-width: 768px) {
    .node--type-events h1.title {
        margin: 10px 0;
    }
    .event-info div { 
        margin: 12px 0;
    }
    .node--type-discount-events .field--name-field-images {
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (min-width: 992px) {
    .node--type-events .main-content {
        max-width: 990px;
    }
}

.field--name-field-event-tags,
.field--name-field-event-tags .field__item {
    display: inline-block;
    margin: 0 !important;
}


/* SECTION event list */

.view-events .views-row img {
    border-radius: 8px;
    margin: 8px 0;
}
.view-events .views-field.views-field-title {
    font-size: 17px;
    margin-bottom: 2px;
}
.views-field.views-field-field-event-tags {
    margin-top: 5px;
}

/* SECTION commerce */
.checkout-pane .form-wrapper {
    margin-top: 25px;
}
table td {
    padding: 10px;
    border: none;
    border-bottom: 1px solid #e9e6df;
}
td.views-field-title {
    line-height: 1.4;
    padding: 5px 10px 25px;
}
table tr {
    background: transparent;
    vertical-align: baseline;
}
.path-checkout h3 {
    font-family: FakePearl-Regular;
}
.view-commerce-cart-form form {
    max-width: 990px;
    margin: 0 auto;
}
.fa-trash-alt {
    color: #918d83;
}
.view-commerce-cart-form #edit-actions {
    text-align: right;
    padding-top: 30px;
}
.views-form input[type=submit] {
    color: #fff;
    max-width: 200px;
    border: none;
}
.cart-empty-page {
    text-align: center;
    padding: 50px 0;
}
.order-total-line-value {
    min-width: 60px;
}
.order-total-line__adjustment--promotion {
    color: #b22a2a;
    font-weight: 500;
}
#edit-coupon-redemption-form input.button {
    max-width: 115px;
    vertical-align: top;
    font-size: 15px;
    background: transparent;
    border: 1px solid var(--color-steel);
    color: var(--color-steel);
    margin-left: 5px;
}
.form-item-coupon-redemption-form-code {
    display: inline-block;
}
.form-item-coupon-redemption-form-code input {
    max-width: 200px;
    display: inline-block;
}
.field--name-quantity input,
.views-field-edit-quantity input {
    max-width: 65px;
    display: inline-block;  
}
input[type=number] {
    border: 1px solid #bbb;
    text-align: center;
}
form.commerce-order-item-variation-cart-form-form {
    margin-bottom: -10px;
}

form.commerce-order-item-variation-cart-form-form div.form-wrapper {
    display: inline-block;
}
    
.field--name-quantity {
    vertical-align: sub;
}
.field--name-field-stock {
    font-weight: 500;
}
form.commerce-order-item-variation-cart-form-form input[type=submit],
.views-field-remove-button input[type=submit] {
    max-width: 110px;
    margin-top: 5px;
}
form.commerce-order-item-variation-cart-form-form .form-control {
    border-radius: 10px;
    margin-left: 2px;
    border: none;

}
.view-products .field--name-title,
.view-products .views-field-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 1px;
    border: none;
}
.view-products .field--name-field-desc {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
    color: #666;
}

.button--add-to-cart {
    width: 110px;
}
.messages--product-restriction {
    color: var(--color-red);
    font-size: 15px;
    font-weight: 600;
}
input[name="outofstock"] {
    background: transparent;
    padding: 10px 0 25px;
    font-weight: 600;
    color: var(--color-red);
}
.out-of-stock-form .messages {
    display: none;
}

.order-summary {
    padding: 25px 20px;
    background: #fff;
    border-radius: 15px;
}
.order-summary .views-field-total-price__number {
    text-align: right;
}
.block-views-blockcommerce-checkout-order-summary-block-1 {
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
}
.cart-form .table-responsive {
    background: #fff;
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.cart-form thead > tr {
    border: none;
}



/* cart block */

#cart-offcanvas .btn-primary,
.cart-block--offcanvas-contents__links a { 
    display: block;
    width: 96%;
    margin: 0 auto;
}
.cart-block--offcanvas-contents__links a { 
    border: 1px solid var(--color-steel);
    margin-top: 8px;
    border-radius: 30px;
}
#cart-offcanvas table td {
    border-color: rgba(255,255,255,0.3);
    padding-top: 25px;
}
.cart-block--offcanvas-contents__links a {
    display: block;
    padding: 10px;
    letter-spacing: 1px;
    text-align: center;
}

.cart--cart-offcanvas__close .btn-close {
    padding: 15px 15px 5px;
}
.cart-block--offcanvas-cart-table__title {
    font-size: 15px;
}
td.cart-block--offcanvas-cart-table__remove {
    width: 46px;
    text-align: right;
    vertical-align: middle;
}
td[colspan="3"] {
    width: 110px;
}
td.views-field.views-field-views-conditional-field {
    font-weight: 500;
}
#cart-offcanvas .views-field-title {
    margin-bottom: 6px;
    font-weight: 500;
}
a.link--previous {
    padding: 20px;
    display: block;
    text-align: center;
}
.discount-info {
    padding: 10px 2px;
}
.discount-info a {
    color: var(--color-steel);
    vertical-align: -webkit-baseline-middle;
}

@media (min-width: 780px) {
    .form-wrapper__returning-customer,
    .form-wrapper__guest-checkout {
        float: none;
        width: 100%;
    }
    .cart-form .table-responsive { 
        padding: 20px; 
    }
    #cart-offcanvas {
        padding-left: 7px;
        padding-right: 4px;
    }
}
@media screen and (min-width: 780px), (orientation: landscape) and (min-device-height: 780px) {
    .layout-region-checkout-footer {
        width: 51.5%;
    }
}
@media (max-width: 575px) {
    .path-checkout h3 {
        margin-top: 3rem;
    }
    .cart-form table td {
        padding: 22px 5px 0 0;
        border: none;
    }
    .cart-form .table-responsive table { 
        font-size: 14px;
    }
    td.views-field.views-field-views-conditional-field {
        max-width: 160px;
    }
    .field--name-quantity input, .views-field-edit-quantity input {
        max-width: 45px;
        margin: 0;
    }
    .form-item-coupon-redemption-form-code input {
        max-width: 142px;
    }
}

/* user order page */
.view-commerce-user-orders .views-view-responsive-grid__item {
    margin-bottom: 20px;
}
.view-commerce-user-orders .views-field {
    margin-bottom: 8px;
}
.views-label {
    font-weight: 500;
    margin-right: 5px;
}
.view-commerce-user-orders .order-summary {
    margin-top: 5px;
}
.pagination {
    margin-top: 10px;
    justify-content: center;
}
.page-item.active .page-link {
    background-color: var(--color-steel);
    border-color: var(--color-steel);
}
li.page-item {
    margin: 0 4px;
}
li.page-item .page-link {
    border-radius: 50px;
    border-color: var(--color-steel);
    color: var(--color-steel);
    width: 38px;
    text-align: center;
}
li.page-item.active .page-link {
    color: #fff;
}

.about-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.about-section h1 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  letter-spacing: 2px;
}

.about-section h2 {
  font-size: 1.4rem;
  margin-top: 1rem;
  margin-bottom: 0.8rem;
  font-weight: 600;
  color: #7a5c3e;
}

.about-section p {
  font-size: 1.08rem;
  line-height: 1.9;
  margin-bottom: 1.2rem;
  color: #3a2c1a;
}

.faq-list {
  margin-top: 1.5rem;
}

.faq-list details {
  margin-bottom: 1rem;
  border-radius: 8px;
  background: #f8f5f1;
  box-shadow: 0 1px 4px rgba(0,0,0,0.03);
  padding: 0.8rem 1.2rem;
  transition: box-shadow 0.2s;
}

.faq-list details[open] {
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}

.faq-list summary {
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
  outline: none;
  color: #5c4322;
  padding: 0.2rem 0;
  transition: color 0.2s;
}

.faq-list details[open] summary {
  color: #b48a5a;
}

.faq-list details div {
  margin-top: 0.5rem;
  color: #3a2c1a;
  font-size: 1.02rem;
  line-height: 1.8;
}

/* SECTION admin*/ 

.commerce-payment-form {
    max-width: 200px;
    margin: 0 auto;
    line-height: 2;
}
.commerce-payment-form .description,
.commerce-payment-form .input-group-append {
    display: none;
}
.commerce-payment-form a#edit-actions-cancel {
    margin-top: 12px;
    text-align: center;
    width: 100%;
    display: block;
}