/* 背景遮罩 */
.ec-sheet-mask{position:fixed;left:0;top:0;height:100dvh;width:100dvw;background-color:rgba(0,0,0,0.6);display:none;}
.ec-sheet-mask.hidden{display:none;}
.ec-sheet-mask.show{display:block;z-index:100;}
/* 半版浮層框架 */
.ec-sheet *{box-sizing:border-box;}
.ec-sheet{font-family:var(--primary-font-family);position:fixed;bottom:0;display:flex;flex-direction:column;width:100%;background-color:#fff;border-radius:8px 8px 0 0;overflow:hidden;z-index:100;max-height:calc(100dvh - 44px);}
/* 浮層頭部 */
.ec-sheet-head{padding:13px 15px;text-align:center;font-size:17px;color:#454545;font-weight:bold;flex-shrink:0;line-height: 24px;}
/* 浮層內容部分 */
.ec-sheet-body{font-family:var(--primary-font-family);padding:0 12px;flex:1;overflow-y:auto;max-height:calc(100vh - 114px);}
/* 浮層底部按鈕區域 */
.ec-sheet-foot{display:flex;justify-content:center;gap:15px;padding:10px 15px;}
.ec-sheet-foot>.ec-btn{flex:1;font-size:17px;line-height:22px;padding:10px;}
.sale-event-card,.event-card{background-color:#fef5f6;border-radius:8px;position:relative;display:flex;justify-content:space-between;align-items:center;}
.sale-event-card{padding:28px 10px 15px 15px;margin-bottom:10px;}
.sale-event-card:last-child{margin-bottom:0}
.event-card{padding:14px 12px;margin-bottom:14px;gap:7px;}
.sale-event-info,.event-info{flex:1;display:flex;flex-direction:column;}
.sale-event-scope,.event-badge{font-size:11px;line-height:15px;width:40px;height:20px;background-color:#d22;border-radius:8px 0 4px 0;color:#fff;align-content:center;text-align:center;position:absolute;top:0;left:0}
.sale-event-title,.event-title{color:#d22;font-weight:bold;}
.sale-event-title{font-size:15px;}
.event-info {margin-top: 18px;}
.event-title{font-size:17px;line-height:22px;margin-bottom:3px;}
.sale-event-details,.event-details,.gift-details{color:#404040;font-size:13px;line-height:15px;}
.event-details{font-weight:bold;}
.event-details > p{margin:0;}
.sale-event-note,.event-note{color:#888888;}
.sale-event-card > .store-event-link,.event-card > .event-link{align-items:center;color:#d22;display:flex;flex-shrink:0;font-size:11px;width:auto;text-decoration:none;}
.ec-icon-chevron-small-right{background:url("/ecm/img/ec-images/chevron-small-right.svg") no-repeat center;height:18px;padding-left:2px;width:18px;}
.gift-details{display:flex;align-items:center;gap:26px;margin-bottom:14px;}
.gift-details img{display:block;max-width:100%;}
.gift-details .gift-img{flex-shrink:0;width:48px;height:48px;border-radius:8px;margin-left:24px;}
.btn-radius-wrapper .floatbtnArea{gap:15px;border-top:none;}
.btn-radius-wrapper .floatbtnArea > .registerActivity .floatbtnArea a.goRegister {margin: 0;}
.btn-radius-groups a.add-cart-btn{background-color:#1a6ebc;color:#fff}
.btn-radius-groups a.buy-now-btn{background-color:#d62872;color:#fff}

