.woocommerce .quantity .qty,
.woocommerce form .input-text,
.woocommerce form select,
.woocommerce textarea,
.woocommerce input[type='text'],
.woocommerce input[type='email'],
.woocommerce input[type='tel'],
.woocommerce input[type='password'],
#ghostpaper-search-field {
    width: 100%;
    min-height: 3rem;
    padding: 0.9rem 1rem;
    border-radius: 0;
    border: 1px solid var(--gp-border);
    background: rgba(255, 255, 255, 0.03);
    color: var(--gp-text);
}

.woocommerce .quantity .qty {
    max-width: 7rem;
}

#ghostpaper-search-field::placeholder {
    color: var(--gp-text-muted);
}