[pid].list-item {
    position: relative;
}

[datad="image"] {  
    height: 100%;
    width:70px;
    object-fit: cover;
}

[data="name"] {
    font-family: var(--font-title);
    font-weight: bold;
}

[datad="sellername"] {
    color:var(--color-blue)
}

[data="price"] {
    font-weight: bold;
    text-align: right;
    font-size: 1.2rem;
}

[data="cost"] {
    margin-right: 5px;
}

[data="cost"]:before,
[data="price"]:before {
    content:"RM"
}

[datad="margin"]:after {
    content:"%"
}

.product-header {
    flex:1 1 auto
}

.product-stats .pill {
    justify-content: right;
}

[name=item_seller] {
    width: 100%;
}

#search input {
    width:100%
}

.selected .product-action {
    opacity: 1;
    visibility: visible;
}

.product-action {
    opacity: 0;
    visibility: hidden;
    position:absolute;
    inset:0 0 0 0;
    background-color:white;
    padding-right:0 !important;
}

.product-action input {
    width:fit-content
}

.product-action .button {
    padding:10px;
    display: flex;
    align-items: center;
}

.product-action .button iconify-icon {
    color:white;
}

.product-action input {
    width: 100px;
    padding:5px 10px;
}