/**
 * PNS Fontello 圖標（對齊原站 class="icon icon-cnc"）
 * 字體：assets/fonts/pns-fontello/fontello.woff2（原站下載）
 */
@font-face {
    font-family: "fontello";
    src: url("../fonts/pns-fontello/fontello.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

.icon {
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello" !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    speak: never;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-hd:before,
.icon-cnc:before,
.icon-crown:before {
    font-family: "fontello" !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 送貨上門（原站 class: icon icon-hd → glyph truck） */
.icon-hd:before {
    content: "\e847";
}

/* 落佳拎（原站 class: icon icon-cnc） */
.icon-cnc:before {
    content: "\e802";
}

/* 分页箭頭（原站 icon-arrow-left / icon-arrow-right） */
.icon-arrow-left:before {
    content: "\e804";
}

.icon-arrow-right:before {
    content: "\e805";
}

/* 主导航下拉（原站 icon-arrow-down / icon-arrow-up） */
.icon-arrow-down:before {
    content: "\e82a";
}

.icon-arrow-up:before {
    content: "\e829";
}

/* 返回（原站 icon-back） */
.icon-back:before {
    content: "\e82c";
}

/* 焦點推介排名皇冠（原站 class: icon icon-crown gold） */
.icon-crown:before {
    content: "\e808";
}

.icon-search:before {
    content: "\e828";
}

/* 店鋪一覽 — 顶栏快捷链接（原站 icon-locate） */
.icon-locate:before {
    content: "\e816";
}

/* 店鋪定位页「使用目前位置」等（原站 icon-crosshair） */
.icon-crosshair:before {
    content: "\e843";
}

.icon-filter:before {
    content: "\e818";
}

.icon-close:before {
    content: "\e81c";
}

.icon-park:before {
    content: "\e82e";
}

.icon-warning:before {
    content: "\e812";
}

.icon-menu-mobile:before {
    content: "\e82b";
}

/* 商品圖放大（原站 class: icon icon-zoom） */
.icon-zoom:before {
    font-family: "fontello" !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e830";
}

/* 分享給朋友（原站 class: icon icon-share） */
.icon-share:before {
    content: "\e80d";
}

/* 評分星（原站 class: icon icon-star / icon icon-star active） */
.icon-star:before {
    content: "\e832";
}

/* 提示信息（原站 class: icon icon-infomation，字體內拼寫保留） */
.icon-infomation:before {
    content: "\e810";
}

/* 我的帳戶（原站 icon-person） */
.icon-person:before {
    content: "\e824";
}

/* 購物清單愛心（原站 icon-heart-off / icon-heart-on） */
.icon-heart-off:before {
    content: "\e820";
}

.icon-heart-on:before {
    content: "\e821";
}

/* 購物車（原站 icon-cart） */
.icon-cart:before {
    content: "\e825";
}

.icon-add:before {
    content: "\e817";
}

.icon-minus:before {
    content: "\e823";
}

.icon-trash:before {
    content: "\e81d";
}

/* 重新發送（原站 icon-refresh） */
.icon-refresh:before {
    content: "\e80c";
}
