#HKTVMALL {
    #pinImg {
        background: #00A759;
    }

    #vertical-slider-overlay {
        background: linear-gradient(180deg, #00A759 2.4%, #00A7591A 24.52%);
    }

    .vertical-slider-item-overlay {
        background: linear-gradient(180deg, #00A7591A 60%, #00A759 80%);
    }

    #order-history-btn {
        background: #00A759;
    }
    
    .purchase-btn {
        background: #00A759;
    }

    .quantity-text {
        color: #00A759
    }
    
    .slider-pin-product {
        box-shadow: 0 0 12px #00A759;
        background: linear-gradient(white, white) padding-box,
                    linear-gradient(120deg, #00A759, #CFDC74, #B8D200, #00A759) border-box;
    }
    
    .product-list-pin-product {
        background: linear-gradient(white, white) padding-box,
        linear-gradient(110deg, #006134 0%, #00A759 56%) border-box;
    }

    #productRemind {
        background-color: #00A759;
    }

    #product-variant-list {
        .pop-up-box {
            #variant-list {
                .selected {
                    background-color: #00A759;
                }
            }

            #checkout-button {
                background-color: #00A759;
            }
        }
    }

    .slider-variant-amount {
        background-color: #00A75980;
    }

    #order-history-btn {
        display: none;
    }

    .pinned-message-box {
        background-color: rgba(0, 167, 89, 0.5);
    }
}