/** Shopify CDN: Minification failed

Line 1680:0 Expected "}" to go with "{"

**/

/* !Defaults */
.gridlock .row {max-width: 1100px;}
.gridlock .row .row { margin-left: 0; margin-right: 0; width: 100% }
/* !Rows, Widest to Thinest */
/*
@media screen and (min-width: 500px) {
  .gridlock .row { width: unset; }
}*/
@media screen and (min-width: 740px) {
  .gridlock .row { width: unset; }
}
@media screen and (min-width: 980px) {
  .gridlock .row { width: unset; }
}

.gridlock-fluid .row {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 500px) {
    .gridlock .row {
        width: 92%;
    }
}
.gridlock-fluid .row {
    width: 100%;
}

/* =============== */
/* = CSS Grid = */
/* =============== */
.grid__wrapper {

  grid-column-gap: 20px;

}


.grid__wrapper.edge {

  max-width: 1100px;
  padding-top: 20px;
  padding-bottom: 20px;
}


@supports (display: grid) {


  /* Grid Push Columns */

  .span-4.push-4 { grid-column: 1 / 13; width: 100%; }



}



/* #Base Styles
================================================== */




/* #Typography
================================================== */

@font-face {
  font-family: 'Belleza';
  src: url('/cdn/shop/files/Belleza-Regular.woff2?v=1778724728') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Serif TC';
  src: url('/cdn/shop/files/NotoSerifTC-Regular.woff2?v=1778725251') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@media (max-width: 740px) {
    :root {
        --font-size: 14px;
    }
  }
h1,.h1{
  font-family: 'Belleza', 'Noto Serif TC', serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 145%;
  letter-spacing: .05em;;
}
  @media (max-width: 740px) {
    h1,.h1{
    font-size: 24px;
    font-weight: 500;
  }
}
h2,.h2 {
  font-family: 'Belleza', 'Noto Serif TC', sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0.05em;
}

  @media (max-width: 980px) {
    h2,.h2 {
    font-size: 24px;
  }
  }
  @media (max-width: 740px) {
    h2,.h2 {
    font-size: 22px;
  }
}

h3,.h3{
  font-family: 'Belleza', 'Noto Serif TC', serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 46px;
  letter-spacing: 0.05em;
}
  @media (max-width: 980px) {
    h3,.h3{
    font-size: 24px;
  }
  }
  @media (max-width: 740px) {
    h3,.h3{
    font-size: 20px;
    line-height:36px;
}
    }
h4,.h4{
  font-family: 'Belleza', 'Noto Serif TC', serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 46px;
  letterig-space: 0.05em;
}
  @media (max-width: 980px) {
    h4,.h4{
    font-size: 22px;
  }
  }
  @media (max-width: 740px) {
    h4,.h4{
    font-size: 18px;
    line-height:36px;
   }
  }
  @media only screen and (max-width: 767px){
    h4,.h4{
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0;
}
}
h5,.h5{
  font-family: 'Belleza', 'Noto Serif TC', sans-serif;
  font-weight: 400;
  font-size: 22px;
}
    @media (max-width: 980px) {
      h5,.h5{
    font-size: 20px;
  }
    }
    @media (max-width: 740px) {
      h5,.h5{
    font-size: 16px;
    line-height:36px;
}
}
h6,.h6{
  font-family: 'Belleza', 'Noto Serif TC', serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
}
  @media (max-width: 980px) {
    h6,.h6{
    font-size: 18px;
  }
  }
  @media (max-width: 740px) {
    h6,.h6{
    font-size: 14px;
    line-height:2em;
}
}


.section-title {
  padding-top: 50px;

}


p {
  font-size: var(--font-size);
    margin: 0 0 10px;
    line-height: 1.8;
    letter-spacing: 1px;
    font-weight: 400;
}



.rte:not(.excerpt) a {
  text-decoration: none !important;
}

.rte:not(.excerpt) a:hover {
  color: #cb9c7d;
}


.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {

  min-height: 50px;
  height: auto;

}

.theme-features__button-shape--rounded .button,
.theme-features__button-shape--rounded button,
.theme-features__button-shape--rounded input[type="submit"],
.theme-features__button-shape--rounded input[type="reset"],
.theme-features__button-shape--rounded input[type="button"] {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}


input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number], 
input[type=date] {
  width: 100%;
  background: transparent;
  border: 1px solid var(--dotted-color);
  padding: 0 16px;
  margin: 0 0 15px;
  height: 50px;
  max-width: 100%;
  outline: none;
  font-family:var(--main-family);
  font-weight: var(--main-weight);
  font-style: var(--main-style);
  color: var(--text-color);
  letter-spacing: var(--main-spacing);
}


/* #Content
================================================== */



/**增加
@media screen and (max-width: 980px) {
.main__section {
    margin-top: 100px;
}
 } **/

/* #Index.liquid
================================================== */
.global__section {
  /*
  margin-top: unset;
  padding-bottom: calc(var(--section-padding) / 2);*/
}


.rich2__text-content {
    text-align: left;
    margin-top: 10px;
}


.product-index .product-title {
  clear: left;
  display: block;
  margin-bottom: 8px;
  font-size: calc(var(--font-size) + 1px);
  line-height: 23px;
  font-weight: var(--main-weight);
  font-family: var(--main-family);
  letter-spacing: calc(var(--main-spacing) - 1px);
  
}
.icn.icn--stock-levels,
.sale-item.icn {
  background: var(--sale-color);
  color: #fff;
  display: none;
}
/* ================ */
/* = Product page = */
/* ================ */

#product-price {
  font-size: 22px!important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
}
/* ===================== */
/* = Logo List Section = */
/* ===================== */
.logo-section {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}



/* =============== */
/* = Blogs & Pages = */
/* =============== */

.blog__post-loop li.article-index .rte.excerpt {
  padding-left: 0px;
}
h3.post-title {
    font-size: 20px;
    line-height: 1.2em;
    padding-top: 10px;
    min-height: 60px;
}



.rte ul li {
    list-style-position: outside;
    margin-left: 0px;
    list-style: none;
}



/* =============== */
/* = Global = */
/* =============== */


.breadcrumbs {

  max-width: 1100px;
}


/* #RTE Formating
================================================== */

.rte h2 {
  /*margin-bottom: unset;*/
}


/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-prev-next-button.previous {
    left: 0px
}

.flickity-prev-next-button.next {
    right: 0px
}

/*
#slider .flickity-prev-next-button {
  top: 32px;
  left: 10px;
}
#slider .flickity-prev-next-button.next {
  left: 59px;
  right: unset;
}
*/


  .product-page .price {
    align-items: flex-start;
  }



/* ---- Flickity sections ---- */

.flickity__section .flickity-button {

  background-color: rgba(0,0,0,0);

}


.carousel__image--caption {

  padding: 10px 30px;

}

.slideshow__caption h2.slideshow__title {
  margin-bottom: 0;
  color: var(--text-color);
}
.slideshow__caption .rte p {

  color: var(--subtext-color);
}
.theme-features__button-shape--rounded .slideshow__btn-wrapper a {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.slideshow__slide.small_image {

  grid-template-columns: 50% 50%;

}

.slideshow__slide-SmallImage {
  padding: 0;
  margin: 0;
}

/* Fallback: during booting, show only first slide */
.slideshow.slideshow--booting .slideshow__slide {
  opacity: 0 !important;
}

.slideshow.slideshow--booting .slideshow__slide:not(:first-child) {
  display: none !important;
}

.slideshow.slideshow--booting .slideshow__slide:first-child {
  opacity: 1 !important;
}

@media screen and (max-width: 740px) {
  /*
  .slideshow__caption.caption--below__image h2.slideshow__title,
  .slideshow__caption.caption--below__image p,
  .slideshow__caption.caption--below__image .rte a {
    color: var(--color-body-text);
  }
  */
  h2.slideshow__title {
    color: var(--text-color)!important;
  }
 .slideshow__caption.caption--below__image {
    background: transparent;
  }
  .slideshow__slide.small_image .slideshow__caption {
    width: 100%;
  }
  
}

.note-success {
  border: 0px solid;
  border-color: var(--success-msg-dark);
  background-color: #ad9f8c;
  color: #ffffff;
  padding: 10px;
  margin-bottom: 15px;
}


.header__shopping-cart-links-container li a,
.header__shopping-cart-links .disclosure__toggle,
button.slideout__trigger-mobile-menu.cart-icon {

  font-size: var(--font-size);

}

.header__nav__list-item {

  padding: 0 8px;/**選單間距離**/
}
.header__nav__link.dlink {

  font-size: calc(var(--nav-size) - 1px);

}

.header__nav__link.dlink {

  padding-left: 0px;/**線條寬度**/
  padding-right: 0px;/**線條寬度**/
}

.header__nav__list-item.first-level:after {

    background: #cb9c7d;

}

.header__topbar-container {

  line-height: 30px;

}


@media only screen and (max-width: 740px) {
  .header__topbar-container,
  .header__topbar-announcement-text {

    /*padding: 3px 0;*/
  }
}

@media only screen and ( max-width: 980px ) {
  .header__topbar-links,
  .header__topbar__shopping-cart-links {
    display: block !important;
  }

}

.header__wrapper.block-layout-true .header__main-nav.stickynav.sticky--active  {
	position: fixed !important;
	top: auto !important;
  width: 100% !important;
  z-index: 11;
}


/* Inline Layout */
.header__wrapper.inline-layout-true .header__main-wrapper {

  border-bottom: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 2px 4px rgb(0 0 0 / 5%);
}
.header__wrapper.inline-layout-true.full-width-true .header__main-wrapper  {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  margin-top: 0;
  padding-top: 35px;
}
/* Inline Sticky */
.header__wrapper.inline-layout-true .header__main-wrapper.stickynav.sticky--active {
  z-index: 10 !important;
}
/* .header__wrapper.inline-layout-true .header__main-wrapper.stickynav.sticky--active  {
	position: fixed !important;
	top: 10px !important;
  width: 100% !important;
  text-align: center;
} */


.header__desktop-logo {
  padding-top: 0;
  padding-bottom: 0;
}


.header__wrapper.mobile-style-true .header__mobile-container.stickynav.sticky--active  {
	position: fixed !important;
	top: 35px !important;
  width: 100% !important;
}

/* Mobile Header */
@media (max-width: 980px) {

  #mobile-header.header__mobile-container  {
    padding: 35px 4% !important;
    height: 100px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0 4px rgb(0 0 0 / 10%);
    z-index: 10;
  }

}

/* Mobile Header Sticky */
.header__mobile-container.stickynav.sticky--active {
  z-index: 9 !important;
}
.header__mobile-container.stickynav.sticky--active  {
	position: fixed !important;
	top: 0px !important;
  width: 100% !important;
}

/*
 * Grid
 */


#top-bar .disclosure__toggle:hover {
  background: transparent !important;
}

.header__wrapper.full-width-true .header__linklist-images-wrapper {
  margin-left: unset;
  margin-right: unset;
  width: 100%;
}


.header__linklist-images-container {
    flex-flow: column wrap;
    flex: 0 0 40%;
    max-width: 900px;
    columns: 2;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
}

.header__linklist-images-list {

  min-width: 50%;

}
.header__linklist-images-header a {
  font-size: calc(var(--font-size) + 1px)!important;
  font-weight: 400 !important;

}
.header__linklist-images__title {
    text-align: center !important;
    margin-top: -80px !important;
    font-size: var(--font-size) !important;
    color: #ffffff !important;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    width: 250px;
    height: 50px;
    line-height: 50px;
}
.header__linklist-images-wrapper.image-ratio-square .header__linklist-images__image {
  width: 250px;
  height: 250px;

}
.header__linklist-images-wrapper.image-ratio-square .header__linklist-images__image img {
  object-position: center center;
  height: 220px;

}

@media screen and (max-width: 1240px) {
  .header__linklist-images-wrapper.image-ratio-square .header__linklist-images__image {
    height: 180px;
    width: 180px;
  }
  .header__linklist-images__title {
    margin-top: -50px !important;
    width: 180px;
}
}
@media screen and (max-width: 1040px) {
  .header__linklist-images-wrapper.image-ratio-square .header__linklist-images__image {
    height: 150px;
    width: 150px;
  }
  .header__linklist-images__title {
    margin-top: -50px !important;
    width: 150px;
}
}
.header__nav__list-item.has_sub_menu a.header__nav__link.first-level svg,
.header__nav__submenu .header__nav__list-item.has_sub_menu a.header__nav__link.second-level svg {

  display: none;
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 740px) {

  .article #article-pagination a {
    margin-bottom: 30px;
  }
  .product-page .quantity-selector {
    margin-left: unset;
    margin-right: unset;
  }
}

.c-accordion__header2 {
  display: inherit!important;
  border-top: 0!important;
  text-decoration: underline;
  text-align: center!important;
}
.c-accordion__header-icons2 {
  display: none;
}

.c-accordion__inner2 {
    text-align: center;
}
/**end**/

.image__text-overlay .caption {

  width: 100%;
  padding: 30px;
}


/* ---- Testimonials ---- */

.testimonial__section-container {

  margin-bottom: 50px;
}

.testimonial--item {
  width: 100%;

}


ul.linklist__section--menu li {
  margin: 0 10px;
  white-space: nowrap;
  padding: 3px 15px;
  background: #e9e9e9;
}


ul.linklist__section--menu li a:after {
    background: #cb9c7d;

}

@media screen and (max-width: 740px) {

  ul.linklist__section--menu {
    justify-content: normal;

  }
}

/* ---- Text with icons section ---- */

section.text--with__icons {
    padding: 10px 0;
}


@media screen and (max-width: 740px) {
    section.text--with__icons .icon__block {
    grid-column: auto / span 12 !important;
  }
}

/* ---- Image with text section ---- */
.iwt__content--wrapper {
  align-items: center;

  margin-left: unset;
  margin-right: unset;

  max-width: 1100px;
}



/**add vivi**/
/**slidershow**/
@media screen and (max-width: 740px) {
    .slideshow__slide.small_image {
        grid-template-columns: 1fr;
    }
}

/**商品頁**/
.price__badges {
    display: none!important;
}
.product-blocks__block--title h1 {
    font-size: calc(var(--font-size) + 10px);
}
.product-bottom.js-product-bottom.span-6.md-span-12.sm-span-12.auto {
    padding: 0 0 0 2rem;
}
@media (max-width: 739px) {
.product-bottom.js-product-bottom.span-6.md-span-12.sm-span-12.auto {
    padding: 0;
}
}
.product-blocks__block--title h1 {
    letter-spacing: 0.1em;
}
@media screen and (max-width: 740px) {
    .product-blocks__block.product-blocks__block--title, .product__variants-swatches.mt4.mb6.no-js-hidden, .product-blocks__block.product-blocks__block--quantity, .store-availability-information .store-availability-information-container, .product__policies.rte, .share-icons {
        text-align: left;
    }
}
@media (min-width: 980px) {
.product--content__right.js-product-bottom.span-6.md-span-12.sm-span-12.auto {
    padding: 0 0 0 2rem;
}
}
/**商品列表頁**/
.product-info .price-item {
    font-size: calc(var(--font-size) + 3px);
}
.collection-description {
    display: none;
}
/**區塊開始**/
/**rich text*/
.featured-content.animate.fadeInUp {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 5px 10px 5px;
}
@media screen and (max-width: 740px) {
  .featured-content.animate.fadeInUp {
    padding: 0;
}
}
.rich__text-content .rte p {
  font-size: var(--nav-size);
  /*letter-spacing: 0.3em;*/
}

.rich2__text-content .rte p {
  font-size: var(--nav-size);
}

section.featured-content{
  padding-top: var(--section-padding);
}

/**左右**/
.span-6.auto.sm-span-12.iwt__image {
    padding: 40px;
}
@media (max-width: 980px) {
.span-6.auto.sm-span-12.iwt__image {
    padding: 20px;
}
  .iwt__caption {
    padding: 20px;
}
}

.span-6.auto.sm-span-12 .rte h2 {
    margin: 1.2rem 0;
}
/**滿版圖**/
.image__text-overlay .image__container img {
  -webkit-filter: brightness(0.8);
}
/**CTA圖**/
a.btn.btn-theme.gradient-theme {
    background: #aac21c;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: white;
    padding: 16px 20px;
}
.parallax-banner_btn {
    margin-top: 30px;
}
.image__text-overlay .caption p {
      /*line-height: 46px!important;*/
}
/**多欄位**/
.global__section.editorial--columns {
    padding-top: 60px;
}
.editorial__section-block {
    padding: 30px;
}

/**自訂欄位**/
.custom-liquid {
    padding-bottom: 50px;
}

/**Collections slider**/
@media (max-width: 980px) {
.featured__collection-template--16742913736934__754f58b6-b585-4e50-9c17-5ba009ab4113 {
    height: 1000px!important;
}
}

/**Text with icons**/
.box-ratio img {
    background-color: unset;
}


/**區塊結束**/

/**課程區塊**/
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%; 
    padding-left: 10px;
    padding-right: 10px;
}
.class-section svg, .class-section .icon, [class^=icon-] {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    font-size: 16px;
    fill: currentColor;
}
.bg-theme {
    background-color: #d9d1c3 !important;
}
.mb-4.class-section, 
.my-4.class-section {
  margin-bottom: 1.5rem !important;
}
.row.class-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
.class-section .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
 .class-section .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}
@media (min-width: 992px) {
 .class-section .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
.class-section .text-white {
  color: #fff !important;
}
.class-section .text-right {
  text-align: right !important;
}
.class-section .p-5 {
  padding: 3rem !important;
}
.class-section .position-relative {
    position: relative!important;
}
.class-section .schedule-day:after {
    position: absolute;
    content: '';
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 15px solid #d9d1c3;
}
.class-section .bg-theme-50 {
    background-color: #f4f1eb !important;
}
.class-section .text-theme {
    color: #cb9c7d!important;
}
@media (min-width: 768px) {
.class-section .p-md-5 {
    padding: 3rem!important;
}
}
@media (min-width: 576px){
.class-section .flex-sm-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
}
.class-section .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.schedule-speaker .media-meta {
    padding-top: 10px;
    width: 200px;
    padding-right: 30px;
}
.schedule-speaker {
    padding: 25px;
}

@media (min-width: 992px) {
.class-section .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
}
.class-section .align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.class-section .justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.class-section .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.btn-class {
    background-color: #ad9f8c;
    padding: 16px 20px;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 0px;
    text-transform: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #ffffff!important;
    position: relative;
    border: none;
}
/**首頁-品牌三格**/
.subtop {
    font-family: var(--g-font-2);
    font-weight: 500;
    font-size: 16px;
    line-height: 45px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--g-color-heading);
}
.features-ch {
    background: linear-gradient(120deg, #e8dfd0 0%, #e8dfd0 100%);
    background-repeat: no-repeat;
    background-size: 91% 34%;
    background-position: 0 70%;
}
.d-inline-block {
    display: inline-block!important;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem!important;
}
.py-4 img {
    display: inline!important;
}

/**文章列表**/
.blog-article-tag {
    margin-top: 20px;
    text-align: center;
}

.blog-article-tag a.link-body-color {
    background: #e9e9e9;
    text-align: center;
    margin: 5px;
    padding: 5px;
    font-size: xx-small;
}

/**文章頁**/
#article-body figcaption {
    display: none;
}
p.article-tagged a {
    background: #e9e9e9;
    text-align: center;
    margin: 5px;
    padding: 5px;
}
#page .blog-title {
    text-align: left;
}
.article__content h2 {
  font-size: 20px!important;
}
.article__content h3 {
  font-size: 18px!important;
}
.article__content ol {
  margin-left: 20px!important;
  list-style-position: outside!important;
}

.article__content .rte ul li {
    list-style: outside!important;
}
.article__content ul {
    padding: revert!important;
}

.article__content p span strong {
    background-color: #f9f1e5;
    font-weight: 600!important;
}

/**頁首**/
.header__linklist-images__image-wrapper:nth-child(4) {
    display: none;
}

body {
  animation: none !important;
  -webkit-animation: none !important;
}
/****頁首上方間距****/
@media (max-width: 980px) {
.clear.js-clear-element {
    height: 100px !important;
}
}
/**選單-增加NEW
.c-accordion__panel--mobile--3 li:nth-child(6):before {
    content: "NEW";
    background: #ad9f8c;
    color: white;
    padding: 0 3px;
    text-align: center;
    font-size: 8px;
    float: left;
}
ul#main-nav li:nth-child(3) ul:nth-child(6):before {
    content: "NEW";
    background: #ad9f8c;
    color: white;
    padding: 0 3px;
    text-align: center;
    font-size: 8px;
    float: left;
}**/

/**選單-增加sale**
.c-accordion__panel--mobile--3 li:nth-child(9):before {
    content: "Xmas";
    background: #ad9f8c;
    color: white;
    padding: 0 3px;
    text-align: center;
    font-size: 14px;
    float: left;
}
ul#main-nav li:nth-child(3) ul:nth-child(9):before {
    content: "Xmas";
    background: #ad9f8c;
    color: white;
    padding: 0 3px;
    text-align: center;
    font-size: 14px;
    float: left;
}**/

/****跑馬燈****/
.run li{
  list-style:none;
}

.run {
  --s: 6;
  --h: 36;
  --speed: 5.0s;
}

.run.g-container {
  width: 380px;
  margin: auto;
  height: 35px;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  font-family: 'Belleza', 'Noto Serif TC', serif;
  float: left;
  line-height: 35px;
  text-align: left;
}

.run ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  padding: unset;
  margin: unset;
}

.run ul li {
  flex-shrink: 0;
  width: 100%;
  padding-left: 0px;
  box-sizing: border-box;
}

.run ul {
  animation: move calc(var(--speed) * var(--s)) steps(var(--s)) infinite;
}

.run ul li {
  white-space: nowrap;
  cursor: pointer;
  animation: liMove calc(var(--speed)) infinite;
}

@keyframes move {
0% {
    transform: translate(0, 0);
  }
100% {
    transform: translate(0, calc(var(--s) * var(--h) * -1px));
  }
}

@keyframes liMove {
0% {
    transform: translate(0, 0);
  }
80%,
100%  {
    transform: translate(0, calc(var(--h) * -1px));
  }
}
/****topbar****/
.top-faq a:hover {
    color: #f7ede1!important;
}
.top-faq {
    float: right;
    padding-right: 0px;
    line-height: 35px;
    margin-top: -30px;
}
  @media (max-width: 980px) {
    .top-faq {
      display: none;
    }
    .run.g-container {
      float: unset;
    text-align: unset;
    }
  }

@supports (display: grid) {
    @media (max-width: 739px) and  (min-width: 591px)  {      
        .announcement-text.sm-span-12.auto {
            grid-column: 3 / 13!important;
}
}

@supports (display: grid) {
    @media (max-width: 590px) {
        .announcement-text.sm-span-12.auto {
            grid-column: 3 / 13 !important;
        }

    }
}
    

/****手機版選單****/
/* li.mobile-header__shopping-cart-link {
    border-color: #dddddd !important;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid;
} */

/* ul.mobile-header__shopping-cart-link {
    list-style: none;
    padding: 0 10px;
} */
div#top-bar {
    position: fixed!important;
    top: 0;
    width: 100%;
    z-index: 11;
}

.mobile-menu li button {
    min-height: 20px!important;
}

/**頁尾**/
svg.social-icons--icon {
    height: 18px!important;
}

/*購物車*/
.slideout input#checkout {
    display: none;
}

#shopping-cart h4.ajax-cart__title {
    line-height: 20px;
    letter-spacing: -0.001em;
}
h4.ajax-cart__title {
    line-height: unset!important;
}

div#shipping-calculator:before {
    content: "若未顯示您要寄送的國家，請與客服聯繫！ Don't see your destination? Contact Customer Support.";
    
}

/**會員**/

div#create-customer {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 0;
}

button.secondary-button.accounts__create-customer.block-100:hover {
    color: #484848;
}

/***輪播
.slideshow__btn-wrapper {
    min-width: 230px;
}
***/
/**周年慶
.product-blocks__block.product-blocks__block--title:before {
    content: "5/18 ~ 6/10 週年慶單筆滿$5,000即贈2026點(有效期限至12/31)";
    line-height: 30px;
    color: #b70000;
}*/
/**周年慶
.product-60days .product-blocks__block.product-blocks__block--title:before, 
.product-overseas .product-blocks__block.product-blocks__block--title:before, 
.product-46days  .product-blocks__block.product-blocks__block--title:before, 
.product-basic-care-30-days .product-blocks__block.product-blocks__block--title:before {
    content: "5/18 ~ 6/10 週年慶單筆滿$5,000即贈2026點(有效期限至12/31)\A 孕產指定套組加碼送酷咕鴨寶寶多功能安撫巾(數量有限送完為止)!";
    white-space: pre;
    line-height: 30px;
    color: #b70000;
}
*/


/**全館活動
.product-blocks__block.product-blocks__block--title:before {
    content: "7/8 ~ 7/30 滿3,000可用1,938加購杜仲補養品乙瓶 \A 滿25,000送杜仲補養品乙瓶(價值2,280)";
    white-space: pre;
    line-height: 25px;
    color: #b70000;
}**/

/**密碼重設*/
.customers-reset_password div#customer-wrapper {
    width: 20%;
    margin: 0 auto;
    min-width: 300px;
    margin-top: 81px;
    padding-bottom: 144px;
}

/**政策頁**/
.shopify-policy__body .rte ul li {
    list-style: unset;
}

/**Google好評**/
.fera-testimonialCarousel * {
    font-family: "Belleza", "Noto Serif TC", serif !important;
}

/**BOGOS\: Free Gift 禮物App**/
button#sca-fg-today-offer-widget {
    bottom: 150px;
    display: none !important;
}
.product-loop div#sca-gift-icon {
    display: none !important;
}
.bogos-offer-gift-items-container .bogos-offer-gift-item {
    max-width: 250px !important;
}
span.bogos-gift-item-price:before {
    content: "NT";
}
/**翻譯**/
.header__topbar-announcement-text.announcement-text.span-6.push-3.auto.sm-span-12 {
    grid-column: 2 / 13;
}

.header__topbar__shopping-cart-links.top-bar-shop-links.span-3.auto {
    grid-column: 13 / 13;
}
.disclosure:after {
    content: "⌵";
}
.header__topbar__shopping-cart-links.top-bar-shop-links.span-3.auto {
    grid-column: 13 / 13;
    margin-top: -8px !important;
}
.header__mobile-container.stickynav {
    position: fixed !important;
    width: 100% !important;
}

.header__topbar-container #cart li button:hover {
    text-decoration: none !important;
}
.disclosure {
    top: 1px;
}
/*
@media only screen and (max-width: 980px) {
.disclosure {
    position: fixed;
    right: 60px;
    top: 50px;
    z-index: 12;
}

.header__topbar-container #cart li button, .header__topbar-container #cart li button:hover  {
    color: #484848;
    background: #ffffff00!important;
}
.disclosure:after {
    color: #484848;
}
}
*/
/*
.disclosures {
    position: fixed;
    top: 2px;
    right: 250px;
    z-index: 12;
}
.disclosure-list {
    bottom: unset!important;
}
.disclosures button {
    line-height: 30px !important;
    min-height: 30px !important;
    border: 0 !important;
}
@media screen and (max-width: 980px) {
.disclosures {
    position: fixed;
    top: 50px;
    right: 75px;
    z-index: 12;
}
.disclosures button {
    line-height: 30px !important;
    min-height: 30px !important;
    border: 0 !important;
    width: 60px !important;
    font-size: 11px!important;
    padding: 0;
}
}*/

.footer-section .disclosure-list {
	 background-color: var(--footer-text-color);
   border: 1px solid var(--footer-background);
   width: 120px;
}
.footer-section .disclosure-list__option {
    color: var(--footer-background) !important;
}
/**商品頁-FAQ區塊**/
.singleFaq-enaplist-accordianb[id^="enapfaqAns_"] {
    margin-left: 10px;
}

/**商品頁-禮品區**/
.lgw-w-full.lgw-text-xs.lgw-mt-2 {
    display: none;
}

/**商品頁-簡述區**/
a.button.pd-button {
    background: #ad9f8c;
    min-height: 40px;
    line-height: 40px;
}
.rte:not(.excerpt) a.pd-button:hover {
    color: #ffffff;
    background:rgb(148, 136, 120);
}
    /***增加商品標示"全素"***/
.pd_veg span {
    background: #e1d7cb !important;
    text-align: center;
    padding: 5px 15px;
}
.pd_vegan p {
display: flex;
align-items: center;
}


    /****商品頁-tab****/
.product--content__right .details__summary:not(.details__content .details__summary) {
    border-bottom: 0;
    background: #f2f2f2;
    padding: 0 20px;
}



/**上方選單**/
@media screen and (min-width: 1075px) {
    ul.header__nav__list li.header__nav__list-item:hover > .header__linklist-images-wrapper.image-ratio-square {
        /* top: 90px; */
    }
}
@media screen and (max-width: 1074px) {
    ul.header__nav__list li.header__nav__list-item:hover > .header__linklist-images-wrapper.image-ratio-square {
        /* top: 90px; */
    }
}
@supports (display: grid) {
    ul#main-nav.span-6.auto {
        grid-column: auto / span 8!important;
        width: 100%;
    }
}
@supports (display: grid) {
    div#logo.span-3.auto {
        grid-column: auto / span 2!important;
    }
}
@supports (display: grid) {
    div#shopping-links.span-3.auto {
        grid-column: auto / span 2!important;
    }
}

/**好評文章列表**/
.blog-blog-reviews div#wrapper {
    background: #faf4ec;
}
.article-reviews-article .onboard {
    display: none;
}

.article-reviews-article .box-ratio {
    max-width: 300px;
    padding-bottom: 0 !important;
    height: 100% !important;
}

.blog-blog-reviews .blog-article-tag a.link-body-color {
    background: #e1d7cb!important;
}

.article-reviews-article .blog-article-tag a.link-body-color {
    background: #e1d7cb!important;
}

.article-reviews-article  p.article-tagged a {
    background: #e1d7cb!important;
}
.article-reviews-article h1.blog-title.desktop-12.h4 {
    margin-left: 0!important;
}

.article-reviews-article .blog-article-tag {
    text-align: left !important;
}
:root {
--main-family: "Belleza", "Noto Serif TC", serif !important;
--nav-family: "Belleza", "Noto Serif TC", serif !important;
--heading-family: "Belleza", "Noto Serif TC", serif  !important;
--mobile-logo-width: 120px !important;
}
.header-section {
  --mobile-logo-width: 120px !important;
}

#top-bar {
  height: 35px;
}
#top-bar .disclosure {
  display: flex;
  align-items: center;
}
#top-bar .disclosure__toggle {
  min-height: 35px;
}

.mobile-menu__locales .disclosure {
  position: static;
}
.mobile-menu__locales .disclosure:after {
  content: none;
}
.mobile-menu__locales .disclosure__toggle svg {
  right: 25px;
}

/*翻譯語言*/
#top-bar .disclosure-list {
  background-color: var(--announcement-bar-background);
  border: 1px solid var(--announcement-bar-text-color);
  width: 100px;
  line-height: 20px;
}
#top-bar .disclosure-list__option {
  font-size: calc(var(--nav-size) - 2px);
}
.header__topbar-container #cart li a {
  color: var(--announcement-bar-text-color) !important;
}

/*貨幣轉換*/
.hxoSelectTheme .buckscc-select {
    color: ffffff!important;
}

#page-white-overlay {
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 99999;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

body.page-overlay-hidden #page-white-overlay {
  opacity: 0;
}
