@charset "utf-8";

/* 20221208 小網頁面,追蹤清單 & 補貨通知 & 買過清單 圓標、上下標 */
.prdImgWrap {
    position: relative;
}

.prdImgWrap .imgTag, .prdImgWrap .imgTagBottom, .prdImgWrap .imgTagRectangle {
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 2;
    pointer-events: none;
}

.prdImgWrap .imgTag {
    width: 28%;
    top: 0;
}

.prdImgWrap .imgTagRectangle {
    width: 75%;
    top: 0;
}

.prdImgWrap .imgTagBottom {
    width: 100%;
    bottom: 0;
}

.prdImgWrap .imgTag img, .prdImgWrap .imgTagBottom img, .prdImgWrap .imgTagRectangle img {
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0px !important;
    max-width: none !important;
}
