/* ((v2607.4)) */
/* ====(((( 共用開始：重置樣式 ))))===== */
body { margin:0; padding:0;}
img { max-width: 100%; border:0px; vertical-align:top; }
a { text-decoration: none; }
/* ====(((( 共用結束：重置樣式 ))))===== */

/* ====(((( 共用開始：頁面基礎設定 (base.css) ))))===== */
/* ===== 基礎設定 ===== */
html { -webkit-text-size-adjust:none; }
html, body { margin:0; padding:0;}
img { border: 0px; vertical-align: top;}
a { text-decoration:none; }

/* ===== 預載圖片預設隱藏 (圖片元素) ===== */
.articleList img.lazy_off { background-image: none!important;}

/* ===== 預載圖片預設隱藏（容器元素) ===== */
.articleList .lazy[data-bg=""][data-was-processed="false"],
.articleList .lazy[data-bg=""][data-was-processed="false"]::before,
.articleList .lazy[data-bg=""][data-was-processed="false"]::after,
.articleList .lazy[data-bg=""][data-was-processed="false"] *,
.articleList .lazy[data-bg=""][data-was-processed="false"] *::before,
.articleList .lazy[data-bg=""][data-was-processed="false"] *::after { background-image: none !important;}

/* ===== 平台切換開關 ===== */
.for_phone { display: none !important;}
    @media screen and (max-width:767px){
      .for_pc    { display: none !important;}
      .for_phone { display: inherit !important;}
    }

/* ===== 主容器 區域通用樣式 ===== */
.WRAPPER { font-family: "微軟正黑體", system-ui, Helvetica, Arial; text-align:left;}
.WRAPPER { z-index:0; position: relative; display:block; margin: 0 auto; padding:0; width:100%; overflow: hidden;}
.WRAPPER a { -webkit-tap-highlight-color: transparent; }
    @media screen and (min-width: 768px) {
      .WRAPPER { min-width:1220px; }
    }
    @media screen and (max-width:767px){
      .WRAPPER { min-height:100%; overflow:hidden;}
      .WRAPPER img { width:100%; height:auto;}
    }

/* ===== Area 區域通用樣式 ===== */
.Area { position: relative; margin:0 auto; padding:0; text-align: center; box-sizing: border-box; scroll-margin-top: 50px;}
.Area a { display:block;} 
.Area .go_bt { transition: all 0.2s ease;}
.Area .go_bt:hover { transform:none; filter:brightness(110%);}
  @media screen and (min-width:768px){
    .Area .go_bt:hover { transform:translateY(-6px);}
  }
  @media screen and (max-width: 767px) {
    .Area { padding: 0; }
  }

.Area1220 { margin:0 auto; width:100%;}
.Area960  { margin:0 auto; width:100%;}
.Areapadding-s,
.Areapadding-m,
.Areapadding,
.Areapadding-l,
.Areapadding-xl { box-sizing: border-box;}
  @media screen and (max-width: 767px) {
    .Areabottom-s   { margin-bottom: 6px;}
    .Areabottom-m   { margin-bottom: 12px;}
    .Areabottom     { margin-bottom: 24px;}
    .Areabottom-l   { margin-bottom: 36px;}
    .Areabottom-xl  { margin-bottom: 48px;}
    .Areapadding-s  { padding-inline: 6px; padding-bottom: 6px;}
    .Areapadding-m  { padding-inline: 8px; padding-bottom: 8px;}
    .Areapadding    { padding-inline: 12px; padding-bottom: 12px;}
    .Areapadding-l  { padding-inline: 16px; padding-bottom: 16px;}
    .Areapadding-xl { padding-inline: 24px; padding-bottom: 24px;}
  }
  @media screen and (min-width:768px){
    .Area1220   { width:1220px;}
    .Area960    { width:960px;}
    .Areabottom-s  { margin-bottom: 20px;}
    .Areabottom-m  { margin-bottom: 40px;}
    .Areabottom    { margin-bottom: 80px;}
    .Areabottom-l  { margin-bottom: 120px;}
    .Areabottom-xl { margin-bottom: 160px;}
    .Areapadding-s  { padding-bottom: 5px;}
    .Areapadding-m  { padding-bottom: 10px;}
    .Areapadding    { padding-bottom: 20px;}
    .Areapadding-l  { padding-bottom: 40px;}
    .Areapadding-xl { padding-bottom: 80px;}

  }

/* ===== Area_{slug}--bg 區域背景通用樣式 ===== */
[class*="Area_"][class*="--bg"] {
  --top: 0px;
  position: absolute;
  z-index: -1;
  top: var(--top);
  left: 0;
  width: 100%;
  height: calc(100% - var(--top));
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  [class*="Area_"][class*="--bg"] {
    left: 50%;
    width: 2000px;
    transform: translateX(-50%);
  }
}

/* ===== 標籤錨點（tag_anchor） ===== */
.tag { position: relative; display:block; width:0; height:0;}
    @media screen and (max-width:767px){
      .tag { scroll-margin-top: 50px;}
    }

/* ===== 回版頭 ===== */
#gotopBtn { display:none !important;} /*把系統手機版原本的Gotop關掉*/
#gotop { display: none; position:fixed; z-index:201; right:0; padding:14px 6px 3px 10px; font:12px/30px Verdana; text-align:center; color:#fff; cursor:pointer; transition: 0.2s; transform: translateX(200%);
          bottom:90px;
          bottom: calc(90px + constant(safe-area-inset-bottom)*0.6 );
          bottom: calc(90px + env(safe-area-inset-bottom)*0.6 );}
#gotop::before { content: ""; position:absolute; top:9px; left:19px; width: 0; height: 0; border: 4px solid #fff; border-color: transparent transparent #fff; }
#gotop::after  { content: ""; z-index:-1; position:absolute; top:50%; left:50%; border-radius:50px 0 0 50px; transform:translate(-50%,-50%); width:44px; height:44px; background-color:rgba(0,0,0,0.8);}
#gotop.cate-open { transform: translateX(0%);}
/*區塊色*/
#gotop { color: #000;}
#gotop::before { border-color: transparent transparent #000;}
#gotop::after { background-color: rgba(255, 255, 255, 0.95); -webkit-box-shadow: 0 1px 0 #f2f2f2, 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 0 #f2f2f2, 0 0 10px rgba(0, 0, 0, 0.2);}

/* ===== 輪播UI配色設定 ===== */
:root {
  --swiper-pagination-color: #000;
  --swiper-scrollbar-color: 0, 0, 0;
}
.swiper-pagination-bullet,
.swiper-pagination-bullet-active { background-color: var(--swiper-pagination-color);}
.swiper-scrollbar { background: rgba(var(--swiper-scrollbar-color), .1);}
.swiper-scrollbar-drag { background: rgba(var(--swiper-scrollbar-color), .5);}

/* ===== PD_Layout 公版CSS修正 移除漸變效果【待總檔更新後即可刪除】 ===== */
.PD_layout li { transition: none;}
/* ====(((( 共用結束：頁面基礎設定 (base.css) ))))===== */

/* ====(((( 共用開始：頁面背景樣式 ))))===== */
.WRAPPER.Template_bg {
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: top center;
}
@media screen and (max-width: 767px) {
.WRAPPER.Template_bg {
  background-image: url("bg_repeat.jpg?t=1785209046411");
}
}
@media screen and (min-width: 768px) {
.WRAPPER.Template_bg {
  background-image: url("bg_repeat.jpg?t=1785209046411");
  background-size: 50%;
}
}
/* ====(((( 共用結束：頁面背景樣式 ))))===== */

/* ====(((( 共用開始：背景樣式 ))))===== */
.Area_pd-grid-4x2[org="1"] .Area_pd-grid-4x2--bg{background:url("A02_bg_pc.jpg?t=1785209046411");background-size:100% auto;background-repeat:repeat-y;background-position:top center}
@media screen and (max-width: 767px){.Area_pd-grid-4x2[org="1"] .Area_pd-grid-4x2--bg{background-image:url("A02_bg_mb.png?t=1785209046411")}}
.Area_pd-grid-4x2[org="2"] .Area_pd-grid-4x2--bg{background:url("A02_bg_pc.jpg?t=1785209046411");background-size:100% auto;background-repeat:repeat-y;background-position:top center}
@media screen and (max-width: 767px){.Area_pd-grid-4x2[org="2"] .Area_pd-grid-4x2--bg{background-image:url("A02_bg_mb.png?t=1785209046411")}}
.Area_pd-grid-4x2[org="3"] .Area_pd-grid-4x2--bg{background:url("A02_bg_pc.jpg?t=1785209046411");background-size:100% auto;background-repeat:repeat-y;background-position:top center}
@media screen and (max-width: 767px){.Area_pd-grid-4x2[org="3"] .Area_pd-grid-4x2--bg{background-image:url("A02_bg_mb.png?t=1785209046411")}}
.Area_pd-grid-4x2[org="4"] .Area_pd-grid-4x2--bg{background:url("A02_bg_pc.jpg?t=1785209046411");background-size:100% auto;background-repeat:repeat-y;background-position:top center}
@media screen and (max-width: 767px){.Area_pd-grid-4x2[org="4"] .Area_pd-grid-4x2--bg{background-image:url("A02_bg_mb.png?t=1785209046411")}}
.Area_pd-grid-4x2[org="5"] .Area_pd-grid-4x2--bg{background:url("A02_bg_pc.jpg?t=1785209046411");background-size:100% auto;background-repeat:repeat-y;background-position:top center}
@media screen and (max-width: 767px){.Area_pd-grid-4x2[org="5"] .Area_pd-grid-4x2--bg{background-image:url("A02_bg_mb.png?t=1785209046411")}}
.Area_pd-grid-4x2[org="6"] .Area_pd-grid-4x2--bg{background:url("A02_bg_pc.jpg?t=1785209046411");background-size:100% auto;background-repeat:repeat-y;background-position:top center}
@media screen and (max-width: 767px){.Area_pd-grid-4x2[org="6"] .Area_pd-grid-4x2--bg{background-image:url("A02_bg_mb.png?t=1785209046411")}}
.Area_pd-grid-4x2[org="7"] .Area_pd-grid-4x2--bg{background:url("A02_bg_pc.jpg?t=1785209046411");background-size:100% auto;background-repeat:repeat-y;background-position:top center}
@media screen and (max-width: 767px){.Area_pd-grid-4x2[org="7"] .Area_pd-grid-4x2--bg{background-image:url("A02_bg_mb.png?t=1785209046411")}}
.Area_pd-grid-4x2[org="8"] .Area_pd-grid-4x2--bg{background:url("A02_bg_pc.jpg?t=1785209046411");background-size:100% auto;background-repeat:repeat-y;background-position:top center}
@media screen and (max-width: 767px){.Area_pd-grid-4x2[org="8"] .Area_pd-grid-4x2--bg{background-image:url("A02_bg_mb.png?t=1785209046411")}}
.Area_pd-grid-4x2[org="9"] .Area_pd-grid-4x2--bg{background:url("A02_bg_pc.jpg?t=1785209046411");background-size:100% auto;background-repeat:repeat-y;background-position:top center}
@media screen and (max-width: 767px){.Area_pd-grid-4x2[org="9"] .Area_pd-grid-4x2--bg{background-image:url("A02_bg_mb.png?t=1785209046411")}}
.Area_pd-grid-4x2[org="10"] .Area_pd-grid-4x2--bg{background:url("A02_bg_pc.jpg?t=1785209046411");background-size:100% auto;background-repeat:repeat-y;background-position:top center}
@media screen and (max-width: 767px){.Area_pd-grid-4x2[org="10"] .Area_pd-grid-4x2--bg{background-image:url("A02_bg_mb.png?t=1785209046411")}}
/* ====(((( 共用結束：背景樣式 ))))===== */

/* ====(((( 共用開始：區塊標題 (area-title-default) ))))===== */
h2:where(.Area_title_lbtclass) {
  --font-size: 5vw;
  --font-color: #320f0d;
  --max-width: 960px;
  --min-height: calc(var(--font-size) * 2.2);
}
@media screen and (min-width: 768px) {
  h2:where(.Area_title_lbtclass) {
    --font-size: 50px;
  }
h2:where(.Area_title_lbtclass) h3 {
  padding: 3% 0 1% !important;
}  
}
h2:where(.Area_title_lbtclass) {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: var(--max-width);
  min-height: var(--min-height);
}
h2:where(.Area_title_lbtclass) :where(*) {
  margin: 0; 
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
h2:where(.Area_title_lbtclass) :where(i,.PD_btn) { 
  display: none;
}
h2:where(.Area_title_lbtclass) img {
  width: 100%;
}
h2:where(.Area_title_lbtclass) h3 {
  position: absolute;
  top: 5px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: var(--font-size);
  color: var(--font-color);
}
/* ====(((( 共用結束：區塊標題 (area-title-default) ))))===== */

/* ====(((( 模板開始：PC左上角 LOGO (副本) (comp_basic_20260302001__pc-momologo) ))))===== */
/*PCmomoLOGO*/
.momologo { position: absolute; top: 15px; left:15px;}
.momologo a { display:block; width:140px; height:21px;}
.momologo a svg { width:140px; height:21px; }
.momologo a path { fill:#EA27C2; }
.momologo-pink  a path { fill:#EA27C2; }/*LOGO 桃紅色*/
.momologo-white a path { fill:#ffffff; }/*LOGO 白色*/
@media screen and (max-width:767px){
  .momologo { display:none;}
}
/* ====(((( 模板結束：PC左上角 LOGO (副本) (comp_basic_20260302001__pc-momologo) ))))===== */

/* ====(((( 模板開始：背景 (comp_basic_20260617001__area-bgtop) ))))===== */
.Area_bgtop {
  pointer-events: none;
  z-index: -1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .Area_bgtop {
    left: 50%;
    transform: translateX(-50%);
    width: 2000px;
  }
}
.Area_bgtop .bgtop {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .Area_bgtop { top: 11vw;}
  .bgtop { background-size: 100% auto;}
}
@media screen and (min-width: 768px) {
  .bgtop { background-size: 2000px auto; background-image: url(bgtop-pc.png?t=1785209046411); }
}
/* ====(((( 模板結束：背景 (comp_basic_20260617001__area-bgtop) ))))===== */

/* ====(((( 模板開始：錨點選單(電腦+手機) (comp_basic_20260527001__nav_001) ))))===== */
/*PC黏人精-區塊錨點*/
.fixarea_tabbar {z-index:99;position:fixed;right:0;top:200px;border-radius:20px 0 0 20px;width:110px; background-color: rgba(0,0,0,.65); text-align: center;font-family:"微軟正黑體", "Microsoft JhengHei", Arial;
-webkit-transform: rotate3d(0,0,0,0deg) translate3d(150px,0,0);
        transform: rotate3d(0,0,0,0deg) translate3d(150px,0,0);
-webkit-transform-origin:top right;
        transform-origin:top right;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.fixarea_tabbar.fixarea_off { -webkit-transform: rotate3d(0,0,0,0deg) translate3d(0,0,0); transform: rotate3d(0,0,0,0deg) translate3d(0,0,0);}
.fixarea_tabbar .fix_box { margin:20px auto 10px; margin-left:10px;}
.fixarea_tabbar ul { margin:0; padding:0; list-style:none;}
.fixarea_tabbar li { position:relative; margin:0; padding:0; font-weight:800; font-size:15px; line-height:20px; }
.fixarea_tabbar a { display:block; text-decoration:none; color:#fff; }
.fixarea_tabbar a:hover{ color:#b4ffe6; }
.fixarea_tabbar .cate-hover a { color:#b4ffe6; }
.fixarea_tabbar .fix_other { }
.fixarea_tabbar .fix_other li { padding:10px 0; }
.fixarea_tabbar .fix_other li:before { content: ""; display: block; position: absolute; bottom:0; left:18%; width:64%; height:1px; background-color:#fff; opacity: 0.2}
.fixarea_tabbar .fix_other li:last-child::before { display:none;}
.fixarea_tabbar .fix_other li i { display:none; z-index:-1; position: absolute; top:53%; left:-2px; width:12px; height:12px; -webkit-transform:translate(0%,-50%); transform:translate(0%,-50%); background:url('') no-repeat center center; background-size:100%;}
.fixarea_tabbar .fix_other .cate-hover i { display: block;}
.fixarea_tabbar .fix_footer { position: relative; margin-bottom:10px; margin-left: 10px; font-weight:800; font-size:24px;}
.fixarea_tabbar .fix_footer a { display:block; padding-top:11px; color: #fff;}
.fixarea_tabbar .fix_footer a::before { content: ""; position: absolute; top:6px; left:44%; display:block; width: 0; height: 0; border-width: 0 5px 8px 5px; border-style: solid; border-color:transparent transparent #FFF transparent;}
.fixarea_tabbar .fix_footer a:hover { color:#b4ffe6; }    
    /*錨點icon--用SVG格式*/
    .fixarea_tabbar .fix_other li i { mask-image: url('data:image/svg+xml,%3Csvg%20id%3D%22navlight_icon%22%20data-name%3D%22navlight%20icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M10%2C0A7.17%2C7.17%2C0%2C0%2C0%2C2.8%2C7.2C2.8%2C12.9%2C10%2C20%2C10%2C20s7.2-7.1%2C7.2-12.8A7.17%2C7.17%2C0%2C0%2C0%2C10%2C0Zm0%2C11a3.8%2C3.8%2C0%2C1%2C1%2C3.8-3.8A3.8%2C3.8%2C0%2C0%2C1%2C10%2C11Z%22%2F%3E%3C%2Fsvg%3E'); background-color: #b4ffe6 }
    .fixarea_tabbar .fix_footer:hover a::before { border-color: transparent transparent #b4ffe6 transparent;}

/*Phone置頂滑動選單-內縮樣式*/
.NavArea_tabbar-inset { margin:0 auto 5vw; width:94%;}
.NavArea_tabbar-inset.cate-fixed { width:100%;}
.NavArea_tabbar-inset .Nav_box { border-radius:8px; box-shadow:-1px 0 10px rgba(150,150,150,0.2);}
.NavArea_tabbar-inset .Nav li { overflow: visible; }
.NavArea_tabbar-inset.cate-fixed .Nav_box { border-radius:0; background-color:rgba(255,255,255,0.92); box-shadow:-1px 0 10px rgba(150,150,150,0.2);}
/* ====(((( 模板結束：錨點選單(電腦+手機) (comp_basic_20260527001__nav_001) ))))===== */

/* ====(((( 模板開始：【超大牌】版頭+無商品資訊 (comp_header_20260526001__hero-visual_002) ))))===== */
/* 版頭 */
.Area_hero {
  position: relative;
  aspect-ratio: 960 / 560;
  overflow: hidden;
}
:is(.Area_hero--tag, .Area_hero--title, .Area_hero--logo) a { pointer-events: none;}

/* 版頭品(輪播) */
.Area_hero--PD {
  position: absolute;
  top: 0;
  right: 0;
  width: 57%;
}
.Area_hero .Area_swiper_box {
  padding-bottom: 0;
}
.Area_hero .Area_swiper_box .PD_layout-heroPDBN.PD_layout {
  font-size: 3vw;
  .PD .PD_into {
    display: none;
    position: absolute;
    top: 60%;
    left: 22%;
    width: 37.5%;
  }
  h3,h4 {
    color: #fff;
    text-align: left;
    font-size: 1.35em;
  }
  h4 {
    font-size: 1em;
    margin-top: -0.35em;
  }
  p {
    color: #ffe19f;
    text-align: right;
    font-size: 0.7em;
    height: 3em;
    line-height: 3em;
    b,del {
      font-size: 1.4em;
    }
    .money {
      font-size: 1.6em;
    }
    .Price {
      font-size: 2.8em;
    }
    small {
      font-size: 1.2em;
    }
  }
  .PD:hover {
    h4{
      color: #fff;
    }
  }
}
@media screen and (min-width: 768px) {
  .Area_hero {  aspect-ratio: 960 / 575;}
  .Area_hero .Area_swiper_box .PD_layout-heroPDBN.PD_layout { font-size: 30px;}
  .Area_hero--PD { right: -15px;}
}

/* 品牌LOGO(輪播) */
.Area_hero--logo {
  position: absolute;
  top: 11%;
  left: 4%;
  width: 48%;
}

/* 限定標 */
.Area_hero--tag {
  position: absolute;
  top: 7%;
  left: 47%;
  width: 20%;
}
.date_deco_wrap { overflow: hidden; transform-origin: left center;}
.date_deco_svg { display: block;}
@media screen and (min-width: 768px) {
.date_deco_wrap { width: 156px;}
.date_deco_svg { width: 100%; height: auto;}
}

/* 標題(輪播) */
.Area_hero--title {
  position: absolute;
  top: 65%;
  left: 12%;
  width: 31%;
  .swiper-pagination {
    display: none;
  }
}

/* 倒數計時 */
.Area_hero--TimerNick { 
  z-index: 8;
  position: absolute; 
  display: flex;
  align-items: center;
  column-gap: 0.35em;
  text-align: left;
  font-weight: 900;
  line-height: 1;
  .FontStyle {
    display: flex;
    align-items: center;
    column-gap: 0.35em;
  }
  b {
    font-size: 1.3em;
    font-family: 'Arial';
    font-weight: 900;
  }
  span {
    font-size: 0.8em;
  }
}
.Area_hero--TimerNick { 
  top: 34vw;
  left: 7vw;
  font-size: 3.5vw;
  transform: rotate(-7deg);
}
@media screen and (min-width: 768px) {
  .Area_hero--TimerNick { 
    top: 335px;
    left: 90px;
    font-size: 30px; 
  }
}
/* ====(((( 模板結束：【超大牌】版頭+無商品資訊 (comp_header_20260526001__hero-visual_002) ))))===== */

/* ====(((( 模板開始：提醒我機制 (comp_basic_20260520001__btn-remind) ))))===== */
/* 提醒按鈕，預設黑色，加 class切成白色 */
.btn_remind_black {
  --rgb: 255,255,255;
  --rgb-black: 0,0,0;
}
.btn_remind_white {
  --rgb: 0,0,0;
  --rgb-black: 255,255,255;
}
.btn_remind-right {
  right: 0;
  border-radius: 5em 0 0 5em;
  padding: 0.6em 0.9em 0.6em 1.5em;
}
.btn_remind-left {
  left: 0;
  border-radius: 0 5em 5em 0;
  padding: 0.5em 2.25em 0.5em 1em;
}
.btn_remind {
  --opacity: 1;
  --color: rgba(var(--rgb), var(--opacity));
  font-size: 2.5vw;
  position: absolute;
  z-index: 10;
  top: 59vw;
  background-image: linear-gradient( 0deg, rgba(var(--rgb-black),0.9) 0%, rgba(var(--rgb-black), 0.6) 100%);
  border: 1px solid rgba(var(--rgb),0.3);
}
.btn_remind_icon {
  --width: 1.8em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  color: var(--color);
}
.btn_remind_icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  padding: 0.25em;
  width: var(--width);
  height: var(--width);
}
.btn_remind_icon svg {
  width: var(--width);
  height: var(--width);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  vertical-align: middle;
  fill: var(--color);
}
.btn_remind_icon span {
  word-break: keep-all;
}
/* ====(((( 模板結束：提醒我機制 (comp_basic_20260520001__btn-remind) ))))===== */

/* ====(((( 模板開始：輪播公版(側標背景) (comp_block_20260427004__pd-carousel2) ))))===== */
.topPD { 
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
.topPD { 
  --swiper-pagination-color: #fff;
  --swiper-scrollbar-color: 255, 255, 255;
}
@media screen and (max-width: 767px) {
  .Area_topPD { margin-top: -11vw; margin-bottom: -16.5vw; z-index: 5;}
  .topPD {  aspect-ratio: 960 / 636;}
  .topPD .Area_swiper { width: 92%; left: 5vw; top: 2vw; }
}
@media screen and (min-width: 768px) {
  .Area_topPD { z-index: 3;}
  .topPD { aspect-ratio: 960 / 430; margin-bottom: 15px;}
  .topPD .Area_swiper { width: 92%; left: 30px; top: 40px; }
}
/* ====(((( 模板結束：輪播公版(側標背景) (comp_block_20260427004__pd-carousel2) ))))===== */

/* =====登記===== */
.Area_dj { z-index: 6;}
.Area_register-activity { padding-bottom: 0;}
@media screen and (max-width: 767px) {
  .warningTxt h3 { font-size: 0.8em !important;}
  .A01_deco_1 { width: 9%; top: 9vw; right: 7vw; transform-origin: bottom left; animation: rotate 1.2s 1.2s infinite ease-in;}
  .A01_deco_2 { width: 100%; bottom: -4vw; left: 4vw;}
}
@media screen and (min-width: 768px) {
  .Area_dj.Areabottom { margin-bottom: 40px;}
  .Area_dj .Areabottom { margin-bottom: 40px;}
  .A01_deco_1 { top: 85px; right: 20px; transform-origin: bottom left; animation: rotate 1.2s 1.2s infinite ease-in;}
  .A01_deco_2 { bottom: -20px; left: 20px;}
}
@keyframes rotate {
	0%   { transform: rotate(-10deg);}
  50%  { transform: rotate(0deg);}
  100% { transform: rotate(-10deg);}
}

/* =====重磅爆品===== */
@media screen and (max-width: 767px) {
  .Area_bow { margin-top: -11vw; padding-bottom: 5vw;}
}
@media screen and (min-width: 768px) {
  .Area_bow { margin-top: -150px; padding-bottom: 40px;}
}

/* =====時尚關注焦點===== */
@media screen and (max-width: 767px) {
  .Area_focus { padding-bottom: 7vw;}
  .A02_deco_1 { width: 18%; top: -3vw; left: -1vw;}
  .A02_deco_2 { width: 18%; bottom: -2vw; right: -2vw;}
}
@media screen and (min-width: 768px) {
  .A02_deco_1 { top: 5px; left: -125px;}
  .A02_deco_2 { bottom: -65px; right: -95px;}
}

/* ====(((( 模板開始：間距 (comp_basic_20260528001__spacing) ))))===== */
.edm_spacing {
  margin: 0 auto;
  text-align: center;
}
/* ====(((( 模板結束：間距 (comp_basic_20260528001__spacing) ))))===== */

/* ====(((( 模板開始：作圖公板(2x1品) (comp_block_20260601010__drawing-area-2x1) ))))===== */
.PD_layout-CSSBG_01 li::after { width: 102%; background: url(item_bg.png?t=1785209046411) top center no-repeat; background-size: 100%; padding-bottom: 165%;}
.PD_layout-CSSBG_01.PD_layout .PD h3 span { background: transparent;}
.PD_layout-CSSBG_01.PD_layout .PD h4 { margin-bottom: 0;}
.PD_layout-CSSBG_01.PD_layout .PD p { color: #fa5505;}
@media screen and (max-width: 767px) {
  .Area_tu { margin-top: -16vw;}
  .PD_layout-CSSBG_01 .PD .PD_img { padding-top: 4.5vw; width: 88%; margin: 0 auto;}
  .A03_deco { width: 17%; bottom: -9vw; right: 2vw;}
}
@media screen and (min-width: 768px) {
  .Area_tu { margin-top: -155px;}
  .Area_tu.Areabottom-m { margin-bottom: 0;}
  .A03_deco { bottom: -60px; right: -85px;}
  .PD_layout-CSSBG_01.PD_layout ul { grid-gap: 10px;}
  .PD_layout-CSSBG_01 .PD .PD_img {padding-top: 40px; padding-top: 40px; width: 90%; margin: 0 auto;}
  .PD_layout-CSSBG_01 .PD .PD_img img {border-radius:0.5em;}
  .PD_layout-CSSBG_01 .PD h3 {font-size:25px; margin-bottom: 1em !important;}
  .PD_layout-CSSBG_01 .PD h4 {font-size:25px;}
  .PD_layout-CSSBG_01 .PD p {position: relative;top:10px; height:6em; line-height: 2.5em;}
  .PD_layout-CSSBG_01 .PD p .Price{font-size:50px;}
}
/* ====(((( 模板結束：作圖公板(2x1品) (comp_block_20260601010__drawing-area-2x1) ))))===== */

/* =====公版===== */
@media screen and (max-width: 767px) {
  .Area_PD_1 { padding-top: 2vw; padding-bottom: 7vw;}
  .Area_PD_2 { padding-bottom: 7vw;}
  .Area_PD_3 { padding-bottom: 5vw;}
}
@media screen and (min-width: 768px) {
  .Area_PD_1 { padding-bottom: 65px;}
  .Area_PD_2 { padding-bottom: 65px;}
  .Area_PD_3 { padding-bottom: 40px;}
}
/* =====品類===== */
@media screen and (max-width: 767px) {
  .Area_cat { margin-top: -13vw;}
  .Area_cat .Area_content .PD_layout ul { grid-gap: .3em .4em;}
  .notice_deco { width: 14%; right: 2vw; bottom: -23vw;}
}
@media screen and (min-width: 768px) {
  .Area_cat { margin-top: -135px;}
  .Area_cat.Areabottom-l { margin-bottom: 50px;}
  .notice_deco { right: -150px; bottom: -100px;}

}

/* ====(((( 模板開始：EDM置底資訊 (comp_basic_20260224001__edm-notice) ))))===== */
/*注意事項區*/
.edm_notice { text-align:center; padding:25px 10px 65px 10px; color:#000000; font:12px/18px Helvetica; }/*文字顏色依視覺調整*/
.edm_notice .apple_notice { padding:10px 0;}
@media screen and (min-width: 768px) {
  .edm_notice .for_phone { display: none;}
}
/* ====(((( 模板結束：EDM置底資訊 (comp_basic_20260224001__edm-notice) ))))===== */

/* ====(((( 共用開始：欄位樣式覆寫 ))))===== */
.Area_title_lbtclass #js-PD_val_1{color:#FFFFFF}
.Area_title_lbtclass #js-PD_val_1{font-family: "Noto Sans TC"}
.Area_area-bgtop[org="1"]:is(.bgtop.for_phone), .Area_area-bgtop[org="1"] .bgtop.for_phone{background-image:url("comp_basic_20260617001__area-bgtop_1784686142416.png?t=1785209046411")}
.Area_area-bgtop[org="1"]:is(.bgtop), .Area_area-bgtop[org="1"] .bgtop{background-size:100% auto}
.Area_area-bgtop[org="1"]:is(.bgtop), .Area_area-bgtop[org="1"] .bgtop{background-repeat:no-repeat}
.Area_area-bgtop[org="1"]:is(.bgtop), .Area_area-bgtop[org="1"] .bgtop{background-position:top center}
.Area_area-bgtop[org="1"]:is(.bgtop), .Area_area-bgtop[org="1"] .bgtop{height:100%}
.Area_hero-visual_002[org="1"]:is(.Area_hero--TimerNick), .Area_hero-visual_002[org="1"] .Area_hero--TimerNick{color:#231E1E}
@media screen and (max-width: 767px){.Area_pd-carousel2[org="1"] .topPD{padding: 15% 0 23%; background-image:url("comp_block_20260427004__pd-carousel2_1784615509659.png?t=1785209046411")}}
/* @media screen and (min-width: 768px){.Area_pd-carousel2[org="1"] .topPD{background-image:url("comp_block_20260427004__pd-carousel2_1784615509659_pc.png?t=1785209046411")}} */
.topPD_bg {z-index: 1; position: absolute; top: 475px; left: 50%; transform: translateX(-50%); width: 2000px; height: 1620px; background-repeat: no-repeat; background-position: center top;}
.Area_register-activity[org="1"] .Area_danji .danji_box ul li .activityText .gifts span{color:#FA5505}
.Area_register-activity[org="2"] .Area_danji .danji_box ul li .activityText .gifts span{color:#FA5505}
.Area_register-activity[org="3"] .Area_danji .danji_box ul li .activityText .gifts span{color:#FA5505}
.Area_register-activity[org="4"] .Area_danji .danji_box ul li .activityText .gifts span{color:#FA5505}
.Area_edm-notice[org="1"]:is(div.edm_notice), .Area_edm-notice[org="1"] div.edm_notice{ color:#fff; background:#055f41;}
/* ====(((( 共用結束：欄位樣式覆寫 ))))===== */

/* ====deco===== */
.deco_all { position: absolute;}
@media screen and (max-width: 767px) { 
  .date_deco { top: 11vw; left: 47vw; width: 19%; /*animation: mask_lefttoright 2s 2s infinite ease-in;*/}
}
@media screen and (min-width: 768px) { 
  .date_deco { top: 110px; left: 455px;}
}
/* @keyframes mask_lefttoright {
	0% {clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);opacity: 0;}
	50% {clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);opacity: 1;}
	100% {clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);opacity: 1;}
} */

/* ====黏人精===== */
.Area_hammerAD { z-index: 9999; position: fixed; bottom: 0; right: 0;}
.Area_hammerAD .box { position: relative; margin-right: 10px; opacity: 1;}
.Area_hammerAD img { width: 100%; height: auto; position: absolute; top: 0; left: 0;}
.Area_hammerAD .closeButton a { display: block; cursor: pointer; position: absolute; width: 20px; height: 20px; border-radius: 50%; font: bold 20px/1em "Century Gothic"; color: #FFF; text-align: center; background-color: rgba(0%,0%,0%,0.5); text-decoration: none; z-index: 2;}
.Area_hammerAD .Ahammer_text { position: absolute; z-index: 2; display: flex; align-items: center; justify-content: center; width: 90%; color: #000; font-family: "Century Gothic","Noto Sans CJK TC"; font-weight: 700;}
.Area_hammerAD .Ahammer_black .img_0, .Area_hammerAD .img_1 { filter: brightness(0%);}
.Area_hammerAD .Ahammer_black .img_1 { filter: none;}
.Area_hammerAD .Ahammer_black .Ahammer_text { color: #fff;}
@media screen and (min-width:768px){
  .Area_hammerAD { position: fixed; z-index: 300; left: 50%; right: auto; bottom: 50px; display: block; width: 210px; height: 200px; transform: translateX(618px) translate3d(0,200px,0);}
  .Area_hammerAD .closeButton a { top: 0; right: 0;}
  .Area_hammerAD .Ahammer_text { font-size: 2.3em; line-height: 1em; height: 1em; top: 40px;left: 0;}
}
@media screen and (max-width:767px){
  .Area_hammerAD { display: block; width: 26%; transform: translate3d(0px, -215px, 0px) !important;min-width: auto;height: auto;}
  .Area_hammerAD .closeButton a { top: 1vw; right: 1vw;}
  .Area_hammerAD .Ahammer_text { font-size: 1.5em; line-height: 1.5em; height: 1.5em; top: 3.6vw;left: 0;}
}
